lkml.org 
[lkml]   [2009]   [Mar]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH] firedtv: wrong types in printk
    Alan Cox wrote:
    > --- a/drivers/media/dvb/firewire/firedtv-avc.c
    > +++ b/drivers/media/dvb/firewire/firedtv-avc.c
    > @@ -150,7 +150,7 @@ static void debug_fcp(const u8 *data, size_t length)
    > subunit_type = data[1] >> 3;
    > subunit_id = data[1] & 7;
    > op = subunit_type == 0x1e || subunit_id == 5 ? ~0 : data[2];
    > - printk(KERN_INFO "%ssu=%x.%x l=%d: %-8s - %s\n",
    > + printk(KERN_INFO "%ssu=%x.%x l=%Zd: %-8s - %s\n",
    > prefix, subunit_type, subunit_id, length,
    > debug_fcp_ctype(data[0]),
    > debug_fcp_opcode(op, data, length));

    This is already fixed in -next via linux1394-2.6.git. (1394 git pull
    request follows later today.)
    --
    Stefan Richter
    -=====-==--= --== ==-==
    http://arcgraph.de/sr/


    \
     
     \ /
      Last update: 2009-03-27 19:13    [W:2.548 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site