Skip to content
Snippets Groups Projects
Commit 8bace2d5 authored by Lee Jones's avatar Lee Jones
Browse files

mfd: max8998: Naturalise cross-architecture discrepancies


If we compile the MAX8998 for a 64bit architecture we receive the following
warnings:

  drivers/mfd/max8998.c: In function ‘max8998_i2c_get_driver_data’:
  drivers/mfd/max8998.c:178:10:
    warning: cast from pointer to integer of different size
     return (int)match->data;
            ^

Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 05fb7a56
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment