advansys: fix buggered formats - unsigned long != u32 on 64bit
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 31 Mar 2013 07:04:13 +0000 (03:04 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 9 Apr 2013 18:13:22 +0000 (14:13 -0400)
asc_prt_line() had been hiding several places where formats had not
matched the argument types.  The previous commit has finally made them
visible...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found