Tag: 5a1c3e1aa977457ded6fd0739e032c9684bf23bd

drivers/pcmcia: Add missing iounmap

Author: Julia Lawall <julia@diku.dk> of_iomap calls ioremap, and so should be matched with an iounmap. At the two error returns, the result of calling of_iomap is only stored in a local variable, so these error paths need to call iounmap. Furthermore, this function ultimately stores the result of of_iomap in an array that is local …

Continue reading