summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Lambert <lambert.quentin@gmail.com>2016-11-19 18:42:34 +0100
committerMartin K. Petersen <martin.petersen@oracle.com>2016-11-29 11:54:40 -0500
commit021e2927586dafc0a682b7f95d75bd06cc4fb703 (patch)
tree0c9852f4a54969b4aa51ec93b441cae3000023ef
parentb1509e5d2b478f362dbadfe721d5efc0162e3c8e (diff)
scsi: dpt_i2o: Add a missing call to kfree
Most error branches following the call to kzalloc contain a call to kfree. This patch add these calls where they are missing. This issue was found with Hector. Signed-off-by: Quentin Lambert <lambert.quentin@gmail.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>