Commit a394cc86 authored by Benjamin Herrenschmidt's avatar Benjamin Herrenschmidt Committed by Linus Torvalds

[PATCH] Fix incorrect kfree in radeonfb

I missed a kfree -> framebuffer_release() in the new radeonfb.

Thanks to Luca for noticing it.
parent 8ea2623b
......@@ -2291,7 +2291,7 @@ static void __devexit radeonfb_pci_unregister (struct pci_dev *pdev)
#ifdef CONFIG_FB_RADEON_I2C
radeon_delete_i2c_busses(rinfo);
#endif
kfree (rinfo);
framebuffer_release(info);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment