Messages in this thread |  | | Date | Thu, 20 Sep 2001 09:55:05 +0200 | From | Markus Kossmann <> | Subject | 2.4.10-pre12 breaks compiling drivers/atm/firestream.c |
| |
patch-2.4.10-pre12 contains the following hunk, which removes the label err_out_free_fs_dev without removing the goto jumping to it :
@@ -1928,8 +1928,6 @@
err_out_free_atm_dev: atm_dev_deregister(atm_dev); - err_out_free_fs_dev: - kfree(fs_dev); err_out: return -ENODEV; }
-- Markus Kossmann markus.kossmann@inka.de - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |