commit | c0f00e279712923cc945604d29a252e52c7838e1 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Mon Oct 30 15:51:52 2006 +0300 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Thu Dec 07 21:44:27 2006 +0100 |
tree | d8a0aecfe4c237747e8873830d52934e493a7886 | |
parent | 1f72cf5251a8f806a8930ae2cd152aa79fd0de83 [diff] |
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>