Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106593
b: refs/heads/master
c: e41443e
h: refs/heads/master
i:
  106591: e90f6a8
v: v3
  • Loading branch information
Mike Anderson authored and James Bottomley committed Jul 26, 2008
1 parent d9be080 commit e68c559
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 773e82f6cdb026282ff7d26aaac291a5fa84ee3a
refs/heads/master: e41443ec3bb3dc4b12c861e91a5d36feb45f8a46
2 changes: 2 additions & 0 deletions trunk/drivers/scsi/sym53c8xx_2/sym_hipd.c
Original file line number Diff line number Diff line change
Expand Up @@ -5741,6 +5741,8 @@ void sym_hcb_free(struct sym_hcb *np)

for (target = 0; target < SYM_CONF_MAX_TARGET ; target++) {
tp = &np->target[target];
if (tp->luntbl)
sym_mfree_dma(tp->luntbl, 256, "LUNTBL");
#if SYM_CONF_MAX_LUN > 1
kfree(tp->lunmp);
#endif
Expand Down

0 comments on commit e68c559

Please sign in to comment.