Tag: 20e11c2d1c8ca49829ee9e5690adc89488e5da31

arch/arm/plat-omap: Drop an unnecessary NULL test

Author: Julia Lawall <julia@diku.dk> map_iovm_area is only called from a context where its second argument is known not to be NULL, so drop the unnecessary test. If new could be NULL, the initialization of da should be moved below the test. A simplified version of the semantic match that detects this problem is as follows …

Continue reading