regulator: max77802: Use unsigned int for modes in max77802_map_mode()
authorJavier Martinez Canillas <javier.martinez@collabora.co.uk>
Mon, 3 Nov 2014 14:40:47 +0000 (15:40 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 3 Nov 2014 16:08:21 +0000 (16:08 +0000)
commit4d7078e69417852283937872e210adcc633be66f
treee87717c9dd74e09773c822940c9e29381203a38d
parenta1dd913f4e045927b1e758beadfdc6a180222d96
regulator: max77802: Use unsigned int for modes in max77802_map_mode()

All function dealing with operating modes use unsigned int for modes
so change max77802_map_mode() function signature for consistency.

Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/max77802.c