]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: Remove unused variable in usb_setup_descriptor()
authorHans de Goede <hdegoede@redhat.com>
Sun, 19 Apr 2015 09:33:21 +0000 (11:33 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:47:10 +0000 (22:47 +0200)
commit1a8352cb4d7fb94e8404edeb69698873c79bd893
treeed7742b61069632d11676e41904a4b334ac131e8
parentbe910ccb66b57b7a971d74299812e967c473e913
usb: Remove unused variable in usb_setup_descriptor()

The compiler did not catch this as it was marked __maybe_unused.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
common/usb.c