Merge ../linux-2.6 by hand
This commit is contained in:
@ -1036,10 +1036,8 @@ static void __exit mace_cleanup(void)
|
||||
{
|
||||
macio_unregister_driver(&mace_driver);
|
||||
|
||||
if (dummy_buf) {
|
||||
kfree(dummy_buf);
|
||||
dummy_buf = NULL;
|
||||
}
|
||||
kfree(dummy_buf);
|
||||
dummy_buf = NULL;
|
||||
}
|
||||
|
||||
MODULE_AUTHOR("Paul Mackerras");
|
||||
|
Reference in New Issue
Block a user