hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/sound/soc/codecs/rl6347a.c
....@@ -1,13 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * rl6347a.c - RL6347A class device shared support
34 *
45 * Copyright 2015 Realtek Semiconductor Corp.
56 *
67 * Author: Oder Chiou <oder_chiou@realtek.com>
7
- *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License version 2 as
10
- * published by the Free Software Foundation.
118 */
129
1310 #include <linux/module.h>
....@@ -64,8 +61,8 @@
6461 struct i2c_client *client = context;
6562 struct i2c_msg xfer[2];
6663 int ret;
67
- __be32 be_reg;
68
- unsigned int index, vid, buf = 0x0;
64
+ __be32 be_reg, buf = 0x0;
65
+ unsigned int index, vid;
6966
7067 /* handle index registers */
7168 if (reg <= 0xff) {