]> Pileus Git - ~andy/linux/blobdiff - drivers/parisc/lba_pci.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6
[~andy/linux] / drivers / parisc / lba_pci.c
index ede614616f8efbb4b3ca20149ed73c0b877c37ba..3aeb3279c92ab976d62fad84223442e441225963 100644 (file)
@@ -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;
        }