mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Stefan Richter <stefanr@s5r6.in-berlin.de>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: linux-kernel@vger.kernel.org, mchehab@infradead.org
Subject: Re: [PATCH] firedtv: wrong types in printk
Date: Fri, 27 Mar 2009 19:08:34 +0100	[thread overview]
Message-ID: <49CD1622.8040508@s5r6.in-berlin.de> (raw)
In-Reply-To: <20090326214101.18485.58960.stgit@localhost.localdomain>

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/

      reply	other threads:[~2009-03-27 18:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-26 21:41 Alan Cox
2009-03-27 18:08 ` Stefan Richter [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49CD1622.8040508@s5r6.in-berlin.de \
    --to=stefanr@s5r6.in-berlin.de \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mchehab@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®