This patch series fixes several errors and warnings related to coding style
and compilation in s3c2410_udc driver.
It is compile tested using s3c2410_defconfig based on linux-next tree.

Changes since v1:
Patch2: Used dev_err in function where struct device was accessible.
Other patches rebased due to this change.

Sachin Kamat (5):
  usb: gadget: s3c2410_udc: Replace <asm/io.h> with <linux/io.h>
  usb: gadget: s3c2410_udc: Use pr_* and dev_err functions
  usb: gadget: s3c2410_udc: Silence checkpatch errors and warnings
  usb: gadget: s3c2410_udc: Move assignment outside if condition
  usb: gadget: s3c2410_udc: Do not use integer for NULL

 drivers/usb/gadget/s3c2410_udc.c |  144 +++++++++++++++++++-------------------
 1 files changed, 72 insertions(+), 72 deletions(-)

-- 
1.7.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to