Re: [PATCH 19/19] iscsi_tcp: Remove a set-but-not-used variable

2017-08-25 Thread Hannes Reinecke
On 08/23/2017 11:40 PM, Bart Van Assche wrote: > This patch avoids that gcc reports the following warning when > building with W=1: > > drivers/scsi/iscsi_tcp.c:166:24: warning: variable ?session? set but not used > [-Wunused-but-set-variable] > > Signed-off-by: Bart Van Assche > Cc: Lee Duncan

Re: [PATCH 19/19] iscsi_tcp: Remove a set-but-not-used variable

2017-08-24 Thread Christoph Hellwig
Looks fine, Reviewed-by: Christoph Hellwig