diff options
author | Christian Lamparter <chunkeey@googlemail.com> | 2012-08-11 11:09:20 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-08-13 19:28:35 (GMT) |
commit | 22c5649eef0fc37532e20c14d2656b28ca708a69 (patch) | |
tree | 6e9a5d247dcffff5e9286065de27c0169cb672b8 /drivers/iommu | |
parent | df32381896f5f0c78a371df2e49ab7c776b1a5ba (diff) | |
download | linux-fsl-qoriq-22c5649eef0fc37532e20c14d2656b28ca708a69.tar.xz |
p54: fix powerpc gcc warnings
My commit "p54: parse output power table" introduced
the following compiler warnings for powerpc-allmodconfig
eeprom.c: In function 'p54_get_maxpower':
eeprom.c:291 warning: comparison of distinct pointer types lacks a cast
eeporm.c:292 warning: comparison of distinct pointer types lacks a cast
eeprom.c:293 warning: comparison of distinct pointer types lacks a cast
eeprom.c:294 warning: comparison of distinct pointer types lacks a cast
This patch fixes those by using max_t(u16
which forces a type cast.
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Tested-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/iommu')
0 files changed, 0 insertions, 0 deletions