]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
USB: bcma: use module_bcma_driver to simplify the code
authorLiu Shixin <liushixin2@huawei.com>
Fri, 18 Sep 2020 03:08:30 +0000 (11:08 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Sep 2020 08:37:13 +0000 (10:37 +0200)
commit0895660941164c0f374dd8f20c1343bb8ca636bb
tree61b3ddececc71ce3f989ffd8d089629b2b3e5661
parent2b4534185b61048bf4443d926a1b5ea91a29025b
USB: bcma: use module_bcma_driver to simplify the code

module_bcma_driver() makes the code simpler by eliminating
boilerplate code.

Signed-off-by: Liu Shixin <liushixin2@huawei.com>
Link: https://lore.kernel.org/r/20200918030830.3946254-1-liushixin2@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/bcma-hcd.c