mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
dev_get_drvdata() returns NULL since commitb56346ddbd("counter: Use container_of instead of drvdata to track counter_device") which wrongly claimed there were no users of drvdata. Convert to container_of() to fix a null pointer dereference. Reported-by: Oleksij Rempel <[email protected]> Fixes:b56346ddbd("counter: Use container_of instead of drvdata to track counter_device") Signed-off-by: Uwe Kleine-König <[email protected]> Tested-by: Jarkko Nikula <[email protected]> Link: https://lore.kernel.org/all/[email protected]/ Signed-off-by: William Breathitt Gray <[email protected]> Link: https://lore.kernel.org/r/4a14311a3b935b62b33e665a97ecaaf2f078228a.1646957732.git.vilhelm.gray@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]>