]> Pileus Git - ~andy/linux/commit
usb: renesas_usbhs: fixup unreadable macro
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 29 Oct 2012 07:45:07 +0000 (00:45 -0700)
committerFelipe Balbi <balbi@ti.com>
Wed, 31 Oct 2012 12:50:25 +0000 (14:50 +0200)
commit3192fcb234895d9f313e7270702e1dc069d4a73a
tree99d551ae586ba8ef31a39bcfe3ea692fb1ee6a53
parent797b4e145cfaaa787d91ab692b0956f799e77b7a
usb: renesas_usbhs: fixup unreadable macro

mod.h has irq_bempsts/irq_brdysts to keep each irq status,
but it was difficult to find where they were used
on renesas_usbhs driver by using "grep irq_xxxx" command,
since it used irq_##status macro.
This patch fixup them

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/renesas_usbhs/fifo.c