ChangeSet 1.2181.22.19, 2005/03/29 10:55:43-06:00, [EMAIL PROTECTED]

        [PATCH] scsi_sysfs: use NULL instead of 0
        
        drivers/scsi/scsi_sysfs.c:814:66: warning: Using plain integer as NULL 
pointer
        
        Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
        Signed-off-by: James Bottomley <[EMAIL PROTECTED]>



 scsi_sysfs.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/scsi/scsi_sysfs.c b/drivers/scsi/scsi_sysfs.c
--- a/drivers/scsi/scsi_sysfs.c 2005-03-30 16:22:28 -08:00
+++ b/drivers/scsi/scsi_sysfs.c 2005-03-30 16:22:28 -08:00
@@ -813,4 +813,4 @@
 
 /* A blank transport template that is used in drivers that don't
  * yet implement Transport Attributes */
-struct scsi_transport_template blank_transport_template = { { { {0, }, }, }, };
+struct scsi_transport_template blank_transport_template = { { { {NULL, }, }, 
}, };
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to