Re: [PATCH] qla2xxx: Fix warnings reported by static checker.

2017-02-18 Thread Nicholas A. Bellinger
On Mon, 2017-02-13 at 12:18 -0800, Himanshu Madhani wrote: > From: Quinn Tran > > Fix following warning reported by static checker > > drivers/scsi/qla2xxx/qla_init.c:3910 qla2x00_alloc_fcport() > warn: use 'flags' here instead of GFP_XXX? > > Fixes: b79414e ("qla2xxx: Add framework for async f

[PATCH] qla2xxx: Fix warnings reported by static checker.

2017-02-13 Thread Himanshu Madhani
From: Quinn Tran Fix following warning reported by static checker drivers/scsi/qla2xxx/qla_init.c:3910 qla2x00_alloc_fcport() warn: use 'flags' here instead of GFP_XXX? Fixes: b79414e ("qla2xxx: Add framework for async fabric discovery") Reported-by: Dan Carpenter Signed-off-by: Quinn Tran Si