> a NULL pointer dereference on driver unload. It seems that we can't fetch > the bus clock via devm_clk_get in bcm2835_i2c_remove. As an alternative Uh, yes, devm_* doesn't make sense in a remove function. We could probably use plain clk_get/put here, but a pointer seems fine, too.
Attachment:
signature.asc
Description: PGP signature