From 54cfaac7eeeeea93e4cf0369ab4e740cf2878962 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Thu, 16 Oct 2008 17:42:54 +0000 Subject: [PATCH] Compiler warning fixed git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@524 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/qla_attr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qla2x00t/qla_attr.c b/qla2x00t/qla_attr.c index 75eb3306d..4e47a6a32 100644 --- a/qla2x00t/qla_attr.c +++ b/qla2x00t/qla_attr.c @@ -192,7 +192,7 @@ out_free: if (size < max_size) { /*id_list_t *pc; */ char *id_iter; - int flags; + unsigned long flags; struct gid_list_info *gid; spin_lock_irqsave(&ha->hardware_lock, flags);