On 06/15/2016 04:13 PM, Laxman Dewangan wrote:
enum chip_name {Now it is more obvious why it is here. However I don't like the
CHIP_MAX77686,
CHIP_MAX77802,
+ CHIP_MAX77620,
duplication of device IDs, under different names and different values:
1. include/linux/mfd/max77686-private.h
2. include/linux/mfd/max77620.h
3. here
I was thinking about way of combining it... but these headers are
different. Unless there will be one header for all three devices.
Anyway, please add the max77686 prefix to the enum.