]> git.baikalelectronics.ru Git - kernel.git/commit
USB: atm: make atmdev_ops const
authorBhumika Goyal <bhumirks@gmail.com>
Wed, 9 Aug 2017 09:38:56 +0000 (15:08 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Aug 2017 18:31:26 +0000 (11:31 -0700)
commitbcda8067c50a72a12478088883db0b890a23c0f8
treeb971decb556994a0cea6e23ad6baf09fc33ebf26
parent642f00c988f31edd0b15a83edc1dec0a08b916f7
USB: atm: make atmdev_ops const

Make these const as they are only passed to the function
atm_dev_register and the corresponding argument is of type const.
Done using Coccinelle.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/atm/usbatm.c