| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* DVB USB compliant Linux driver for the AZUREWAVE DVB-S/S2 USB2.0 (AZ6027) |
|---|
| 2 | 3 | * receiver. |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2009 Adams.Xu <adams.xu@azwave.com.cn> |
|---|
| 5 | 6 | * |
|---|
| 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 |
|---|
| 11 | 8 | */ |
|---|
| 12 | 9 | #include "az6027.h" |
|---|
| 13 | 10 | |
|---|
| .. | .. |
|---|
| 1055 | 1052 | }; |
|---|
| 1056 | 1053 | |
|---|
| 1057 | 1054 | 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, |
|---|
| 1060 | 1057 | int *cold) |
|---|
| 1061 | 1058 | { |
|---|
| 1062 | 1059 | u8 *b; |
|---|