• Vivek Goyal's avatar
    block: fix amiga and atari floppy driver compile warning · 3e9bb2a0
    Vivek Goyal authored
    Geert, my crosstool don't produce warning below. I guess this has to do
    something with compiler version.
    
    - Geert noticed following warning during compilation.
    
      drivers/block/amiflop.c:1344: warning: ‘rq’ may be used uninitialized in
      this function
      drivers/block/ataflop.c:1402: warning: ‘rq’ may be used uninitialized in
      this function
    
    - Initialize rq to NULL to fix the warning. If we can't find a suitable request
      to dispatch, this function should return NULL instead of a possibly garbage
      pointer.
    
    - Cross compile tested only. Don't have hardware to test it.
    Reported-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
    Signed-off-by: default avatarVivek Goyal <vgoyal@redhat.com>
    Signed-off-by: default avatarJens Axboe <jaxboe@fusionio.com>
    3e9bb2a0
amiflop.c 46.9 KB