Skip to content
Commit f75529fd authored by Wei Yongjun's avatar Wei Yongjun Committed by Mark Brown
Browse files

spi: jcore: remove unnecessary platform_set_drvdata()



The driver core clears the driver data to NULL after device_release
or on probe failure. Thus, it is not needed to manually clear the
device driver data to NULL.

Signed-off-by: default avatarWei Yongjun <weiyj.lk@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 2cb1b3b3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment