ohci1394: shortcut irq printing
authorAlexey Dobriyan <adobriyan@gmail.com>
Mon, 30 Oct 2006 12:51:52 +0000 (15:51 +0300)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Thu, 7 Dec 2006 20:44:27 +0000 (21:44 +0100)
commitc0f00e279712923cc945604d29a252e52c7838e1
treed8a0aecfe4c237747e8873830d52934e493a7886
parent1f72cf5251a8f806a8930ae2cd152aa79fd0de83
ohci1394: shortcut irq printing

To print irq number no need to transform to string using %d, then print
using %s. Just use %d.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
drivers/ieee1394/ohci1394.c