]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mfd: max14577: Cast to architecture agnostic data type
authorLee Jones <lee.jones@linaro.org>
Tue, 20 May 2014 14:37:41 +0000 (15:37 +0100)
committerLee Jones <lee.jones@linaro.org>
Tue, 27 May 2014 10:25:28 +0000 (11:25 +0100)
commit389e69f53c48767c6796f32e2ff82ddd97b4ed65
treef4a0d2b3368bd6577b7c94abcc6b9f72865a4f14
parenta218aeb7ec180addb38ab3d6bd28e15642da9a2e
mfd: max14577: Cast to architecture agnostic data type

drivers/mfd/max14577.c:334:25:
  warning: cast from pointer to integer of different size
    max14577->dev_type = (unsigned int)of_id->data;
                         ^
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/max14577.c