forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/drivers/media/usb/dvb-usb/az6027.c
....@@ -1,13 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /* DVB USB compliant Linux driver for the AZUREWAVE DVB-S/S2 USB2.0 (AZ6027)
23 * receiver.
34 *
45 * Copyright (C) 2009 Adams.Xu <adams.xu@azwave.com.cn>
56 *
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 Free
8
- * Software Foundation, version 2.
9
- *
10
- * see Documentation/media/dvb-drivers/dvb-usb.rst for more information
7
+ * see Documentation/driver-api/media/drivers/dvb-usb.rst for more information
118 */
129 #include "az6027.h"
1310
....@@ -1055,8 +1052,8 @@
10551052 };
10561053
10571054 static int az6027_identify_state(struct usb_device *udev,
1058
- struct dvb_usb_device_properties *props,
1059
- struct dvb_usb_device_description **desc,
1055
+ const struct dvb_usb_device_properties *props,
1056
+ const struct dvb_usb_device_description **desc,
10601057 int *cold)
10611058 {
10621059 u8 *b;