Re: [PATCH] aoe: suppress compiler warnings

2013-08-26 Thread Ed Cashin
On Aug 26, 2013, at 5:45 AM, Andy Shevchenko wrote: > This patch fixes following compiler warnings: > > drivers/block/aoe/aoecmd.c: In function ‘aoecmd_ata_rw’: > drivers/block/aoe/aoecmd.c:383:17: warning: variable ‘t’ set but not used > [-Wunused-but-set-variable] > struct aoetgt *t; >

[PATCH] aoe: suppress compiler warnings

2013-08-26 Thread Andy Shevchenko
This patch fixes following compiler warnings: drivers/block/aoe/aoecmd.c: In function ‘aoecmd_ata_rw’: drivers/block/aoe/aoecmd.c:383:17: warning: variable ‘t’ set but not used [-Wunused-but-set-variable] struct aoetgt *t; ^ drivers/block/aoe/aoecmd.c: In function ‘resend’: dri