• Andrew Morton's avatar
    [PATCH] genhd warnings fix · d89ff79e
    Andrew Morton authored
    I have a whole bunch of silly compile warning fixes here, arising from
    building the kernel for a 64-bit target.  Some are trivial, some are genuine
    printk bugs.
    
    assuming dev_t is unsigned generates a warning on ppc64.  Cast it.
    d89ff79e
genhd.c 10.5 KB