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, 3 Jun 2014 07:11:50 +0000 (08:11 +0100)
commitfab8445c55abf35e055ef51a1b713899c0778b8a
tree6bce7f3844826f90f75803fa9a2d1bbfea851ee3
parent9d230c9e4f4e67cb1c1cb9e0f6142da16b0f2796
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