Re: [PATCH] qla2xxx: remove stub qlt_check_srr_debug()

2014-05-28 Thread Christoph Hellwig
On Sat, May 24, 2014 at 04:03:12PM +0200, Paul Bolle wrote: > qlt_check_srr_debug() was added in v3.5. It is a stub function unless > CONFIG_QLA_TGT_DEBUG_SRR is defined. But CONFIG_QLA_TGT_DEBUG_SRR will > never be defined, because the Kconfig symbol QLA_TGT_DEBUG_SRR was never > added to the

Re: [PATCH] qla2xxx: remove stub qlt_check_srr_debug()

2014-05-28 Thread Christoph Hellwig
On Sat, May 24, 2014 at 04:03:12PM +0200, Paul Bolle wrote: qlt_check_srr_debug() was added in v3.5. It is a stub function unless CONFIG_QLA_TGT_DEBUG_SRR is defined. But CONFIG_QLA_TGT_DEBUG_SRR will never be defined, because the Kconfig symbol QLA_TGT_DEBUG_SRR was never added to the tree.

[PATCH] qla2xxx: remove stub qlt_check_srr_debug()

2014-05-24 Thread Paul Bolle
qlt_check_srr_debug() was added in v3.5. It is a stub function unless CONFIG_QLA_TGT_DEBUG_SRR is defined. But CONFIG_QLA_TGT_DEBUG_SRR will never be defined, because the Kconfig symbol QLA_TGT_DEBUG_SRR was never added to the tree. Signed-off-by: Paul Bolle --- Compile tested. Or was it

[PATCH] qla2xxx: remove stub qlt_check_srr_debug()

2014-05-24 Thread Paul Bolle
qlt_check_srr_debug() was added in v3.5. It is a stub function unless CONFIG_QLA_TGT_DEBUG_SRR is defined. But CONFIG_QLA_TGT_DEBUG_SRR will never be defined, because the Kconfig symbol QLA_TGT_DEBUG_SRR was never added to the tree. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Compile tested.