21 Oct
2018
21 Oct
'18
10:31 a.m.
On Fri, Oct 19, 2018 at 05:44:22PM +0100, Lucas Tanure wrote:
The return type "unsigned int" was used by the wm2000_read() function despite of the aspect that it will eventually return a negative error code. The resulting function doesn't add much to the code, so replace wm2000_read with regmap_read.
Signed-off-by: Lucas Tanure tanureal@opensource.cirrus.com
Acked-by: Charles Keepax ckeepax@opensource.cirrus.com
Thanks, Charles