[PATCH 0/9] usb/host/fotg210: code style and warning fixes

From: Peter Senna Tschudin
Date: Mon Oct 12 2015 - 17:23:09 EST


This patch series fix warnings reported by checkpatch on the
FOTG210 EHCI-like driver.

Peter Senna Tschudin (9):
usb/host/fotg210: Fix coding style issues
usb/host/fotg210: remove KERN_WARNING from pr_warn
usb/host/fotg210: Remove useless else statement
usb/host/fotg210: Remove NULL checks dma_pool_destroy
usb/host/fotg210: change kmalloc by kmalloc_array
usb/host/fotg210: replace msleep by usleep_range
usb/host/fotg210: convert macro to inline function
usb/host/fotg210: Add function: output_buf_tds_dir()
usb/host/fotg210: Add function scan_frame_queue()

drivers/usb/host/fotg210-hcd.c | 1955 ++++++++++++++++++----------------------
drivers/usb/host/fotg210.h | 36 +-
2 files changed, 896 insertions(+), 1095 deletions(-)

--
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/