diff options
author | 2023-03-13 19:29:11 +0100 | |
---|---|---|
committer | 2023-03-23 13:21:28 +0100 | |
commit | 550fac229e469b75ab4609b617146314786c62b3 (patch) | |
tree | ef2e46264b0a46282b3db3eb7dcd59dc12a36948 /include/linux/usb/serial.h | |
parent | driver core: make the bus_type in struct device_driver constant (diff) | |
download | wireguard-linux-550fac229e469b75ab4609b617146314786c62b3.tar.xz wireguard-linux-550fac229e469b75ab4609b617146314786c62b3.zip |
crypto: hisilicon/qm - make struct bus_type * const
In the function, qm_get_qos_value(), a struct bus_type * is used, but it
really should be a const pointer as it is not modified anywhere in the
function, and the driver core function it is used in expects a constant
pointer.
Cc: Weili Qian <qianweili@huawei.com>
Cc: Zhou Wang <wangzhou1@hisilicon.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: linux-crypto@vger.kernel.org
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Link: https://lore.kernel.org/r/20230313182918.1312597-29-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/usb/serial.h')
0 files changed, 0 insertions, 0 deletions