commit | 021e2927586dafc0a682b7f95d75bd06cc4fb703 | [log] [tgz] |
---|---|---|
author | Quentin Lambert <lambert.quentin@gmail.com> | Sat Nov 19 18:42:34 2016 +0100 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Tue Nov 29 11:54:40 2016 -0500 |
tree | 0c9852f4a54969b4aa51ec93b441cae3000023ef | |
parent | b1509e5d2b478f362dbadfe721d5efc0162e3c8e [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>