.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0+ |
---|
1 | 2 | /* |
---|
2 | 3 | * Driver for Analog Devices ADV748X HDMI receiver and Component Processor (CP) |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2017 Renesas Electronics Corp. |
---|
5 | | - * |
---|
6 | | - * This program is free software; you can redistribute it and/or modify it |
---|
7 | | - * under the terms of the GNU General Public License as published by the |
---|
8 | | - * Free Software Foundation; either version 2 of the License, or (at your |
---|
9 | | - * option) any later version. |
---|
10 | 6 | */ |
---|
11 | 7 | |
---|
12 | 8 | #include <linux/module.h> |
---|
.. | .. |
---|
362 | 358 | |
---|
363 | 359 | mutex_lock(&state->mutex); |
---|
364 | 360 | |
---|
365 | | - ret = adv748x_txa_power(state, enable); |
---|
| 361 | + ret = adv748x_tx_power(hdmi->tx, enable); |
---|
366 | 362 | if (ret) |
---|
367 | 363 | goto done; |
---|
368 | 364 | |
---|