hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/media/i2c/adv748x/adv748x-hdmi.c
....@@ -1,12 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0+
12 /*
23 * Driver for Analog Devices ADV748X HDMI receiver and Component Processor (CP)
34 *
45 * 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.
106 */
117
128 #include <linux/module.h>
....@@ -362,7 +358,7 @@
362358
363359 mutex_lock(&state->mutex);
364360
365
- ret = adv748x_txa_power(state, enable);
361
+ ret = adv748x_tx_power(hdmi->tx, enable);
366362 if (ret)
367363 goto done;
368364