Re: [PATCH] memory: atmel-sdramc: fix a possible NULL dereference

2016-08-31 Thread Alexandre Belloni
On 16/08/2016 at 15:53:18 +0200, LABBE Corentin wrote : > of_match_device could return NULL, and so cause a NULL pointer > dereference later. > > For fixing this problem, we use of_device_get_match_data(), this will > simplify the code a little by using a standard function for > getting the match

[PATCH] memory: atmel-sdramc: fix a possible NULL dereference

2016-08-16 Thread LABBE Corentin
of_match_device could return NULL, and so cause a NULL pointer dereference later. For fixing this problem, we use of_device_get_match_data(), this will simplify the code a little by using a standard function for getting the match data. Signed-off-by: LABBE Corentin --- drivers/memory/atmel-sdra