lkml.org 
[lkml]   [2006]   [Aug]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH -mm 3/5] MTD: printk format warning
    From: Randy Dunlap <rdunlap@xenotime.net>

    Fix printk format warning(s):
    drivers/mtd/mtd_blkdevs.c:72: warning: long int format, different type arg (arg 2)

    Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
    ---
    drivers/mtd/mtd_blkdevs.c | 2 +-
    1 files changed, 1 insertion(+), 1 deletion(-)

    --- linux-2618-rc3mm2.orig/drivers/mtd/mtd_blkdevs.c
    +++ linux-2618-rc3mm2/drivers/mtd/mtd_blkdevs.c
    @@ -69,7 +69,7 @@ static int do_blktrans_request(struct mt
    return 1;

    default:
    - printk(KERN_NOTICE "Unknown request %ld\n", rq_data_dir(req));
    + printk(KERN_NOTICE "Unknown request %d\n", rq_data_dir(req));
    return 0;
    }
    }

    ---
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/
    \
     
     \ /
      Last update: 2006-08-08 00:59    [W:2.881 / U:0.664 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site