aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/input/uhid_snes.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/input/uhid_snes.c')
-rw-r--r--sys/dev/usb/input/uhid_snes.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/usb/input/uhid_snes.c b/sys/dev/usb/input/uhid_snes.c
index 79089782a464..5b68560a47e9 100644
--- a/sys/dev/usb/input/uhid_snes.c
+++ b/sys/dev/usb/input/uhid_snes.c
@@ -69,7 +69,6 @@
#define RIGHT_T 0x02
static const uint8_t uhid_snes_report_descr[] = { UHID_SNES_REPORT_DESCR() };
-
#define SNES_DEV(v,p,i) { USB_VPI(v,p,i) }
static const STRUCT_USB_HOST_ID snes_devs[] = {
@@ -583,7 +582,6 @@ found:
sc->sc_repdesc_size = sizeof(uhid_snes_report_descr);
sc->sc_repdesc_ptr = __DECONST(void*, &uhid_snes_report_descr);
-
if (error)
goto detach;