[PATCH] mtd: nand: mxc_nand: fix a possible NULL dereference

Brian Norris computersforpeace at gmail.com
Mon Nov 16 10:33:33 PST 2015


On Thu, Nov 12, 2015 at 09:19:09AM +0100, Uwe Kleine-König wrote:
> I really wonder there is no helper
> function like:
> 
> 	#define of_sensible_name(dev)	of_match_device(dev->driver->of_match_table, dev)

How about of_device_get_match_data()?

It's not exactly what you asked for, but it gets what you need here.

Brian



More information about the linux-mtd mailing list