Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156268
b: refs/heads/master
c: 450d6e3
h: refs/heads/master
v: v3
  • Loading branch information
Stoyan Gaydarov authored and Helge Deller committed Aug 2, 2009
1 parent caf062c commit aeabf4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 447c233da4d109c6194fefd69e5185cbc93cc062
refs/heads/master: 450d6e306b4717bfae11218a02648509baf04ce1
2 changes: 1 addition & 1 deletion trunk/drivers/parisc/lba_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ lba_pat_resources(struct parisc_device *pa_dev, struct lba_device *lba_dev)
return;

io_pdc_cell = kzalloc(sizeof(pdc_pat_cell_mod_maddr_block_t), GFP_KERNEL);
if (!pa_pdc_cell) {
if (!io_pdc_cell) {
kfree(pa_pdc_cell);
return;
}
Expand Down

0 comments on commit aeabf4c

Please sign in to comment.