• Li Yang's avatar
    soc: fsl: qe: fix sparse warnings for ucc_slow.c · 461c3ac0
    Li Yang authored
    Fixes the following sparse warnings, some of these endian issues are
    real issues that need to be fixed.
    
    drivers/soc/fsl/qe/ucc_slow.c:78:17: warning: incorrect type in assignment (different address spaces)
    drivers/soc/fsl/qe/ucc_slow.c:78:17:    expected struct ucc_slow *us_regs
    drivers/soc/fsl/qe/ucc_slow.c:78:17:    got struct ucc_slow [noderef] <asn:2> *us_regs
    drivers/soc/fsl/qe/ucc_slow.c:81:18: warning: incorrect type in argument 1 (different address spaces)
    drivers/soc/fsl/qe/ucc_slow.c:81:18:    expected void const volatile [noderef] <asn:2> *addr
    drivers/soc/fsl/qe/ucc_slow.c:81:18:    got restricted __be32 *
    drivers/soc/fsl/qe/ucc_slow.c:90:9: warning: incorrect type in argument 2 (different address spaces)
    drivers/soc/fsl/qe/ucc_slow.c:90:9:    expected void volatile [noderef] <asn:2> *addr
    drivers/soc/fsl/qe/ucc_slow.c:90:9:    got restricted __be32 *
    drivers/soc/fsl/qe/ucc_slow.c:99:17: warning: incorrect type in assignment (different address spaces)
    drivers/soc/fsl/qe/ucc_slow.c:99:17:    expected struct ucc_slow *us_regs
    drivers/soc/fsl/qe/ucc_slow.c:99:17:    got struct ucc_slow [noderef] <asn:2> *us_regs
    drivers/soc/fsl/qe/ucc_slow.c:102:18: warning: incorrect type in argument 1 (different address spaces)
    drivers/soc/fsl/qe/ucc_slow.c:102:18:    expected void const volatile [noderef] <asn:2> *addr
    drivers/soc/fsl/qe/ucc_slow.c:102:18:    got restricted __be32 *
    drivers/soc/fsl/qe/ucc_slow.c:111:9: warning: incorrect type in argument 2 (different address spaces)
    drivers/soc/fsl/qe/ucc_slow.c:111:9:    expected void volatile [noderef] <asn:2> *addr
    drivers/soc/fsl/qe/ucc_slow.c:111:9:    got restricted __be32 *
    drivers/soc/fsl/qe/ucc_slow.c:172:28: warning: Using plain integer as NULL pointer
    drivers/soc/fsl/qe/ucc_slow.c:174:25: warning: cast removes address space '<asn:2>' of expression
    drivers/soc/fsl/qe/ucc_slow.c:175:25: warning: cast removes address space '<asn:2>' of expression
    drivers/soc/fsl/qe/ucc_slow.c:194:23: warning: incorrect type in assignment (different address spaces)
    drivers/soc/fsl/qe/ucc_slow.c:194:23:    expected struct ucc_slow_pram *us_pram
    drivers/soc/fsl/qe/ucc_slow.c:194:23:    got void [noderef] <asn:2> *
    drivers/soc/fsl/qe/ucc_slow.c:204:9: warning: incorrect type in argument 2 (different address spaces)
    drivers/soc/fsl/qe/ucc_slow.c:204:9:    expected void volatile [noderef] <asn:2> *addr
    drivers/soc/fsl/qe/ucc_slow.c:204:9:    got restricted __be16 *
    drivers/soc/fsl/qe/ucc_slow.c:229:41: warning: incorrect type in assignment (different address spaces)
    drivers/soc/fsl/qe/ucc_slow.c:229:41:    expected struct qe_bd *tx_bd
    drivers/soc/fsl/qe/ucc_slow.c:229:41:    got void [noderef] <asn:2> *
    drivers/soc/fsl/qe/ucc_slow.c:232:17: warning: incorrect type in argument 2 (different address spaces)
    drivers/soc/fsl/qe/ucc_slow.c:232:17:    expected void volatile [noderef] <asn:2> *addr
    drivers/soc/fsl/qe/ucc_slow.c:232:17:    got restricted __be32 *
    drivers/soc/fsl/qe/ucc_slow.c:234:17: warning: incorrect type in argument 2 (different address spaces)
    drivers/soc/fsl/qe/ucc_slow.c:234:17:    expected void volatile [noderef] <asn:2> *addr
    drivers/soc/fsl/qe/ucc_slow.c:234:17:    got unsigned int [usertype] *
    drivers/soc/fsl/qe/ucc_slow.c:238:9: warning: incorrect type in argument 2 (different address spaces)
    drivers/soc/fsl/qe/ucc_slow.c:238:9:    expected void volatile [noderef] <asn:2> *addr
    drivers/soc/fsl/qe/ucc_slow.c:238:9:    got restricted __be32 *
    drivers/soc/fsl/qe/ucc_slow.c:239:9: warning: cast from restricted __be32
    drivers/soc/fsl/qe/ucc_slow.c:239:9: warning: incorrect type in argument 1 (different base types)
    drivers/soc/fsl/qe/ucc_slow.c:239:9:    expected unsigned int [usertype] val
    drivers/soc/fsl/qe/ucc_slow.c:239:9:    got restricted __be32 [usertype]
    drivers/soc/fsl/qe/ucc_slow.c:239:9: warning: cast from restricted __be32
    drivers/soc/fsl/qe/ucc_slow.c:239:9: warning: incorrect type in argument 2 (different address spaces)
    drivers/soc/fsl/qe/ucc_slow.c:239:9:    expected void volatile [noderef] <asn:2> *addr
    drivers/soc/fsl/qe/ucc_slow.c:239:9:    got unsigned int [usertype] *
    drivers/soc/fsl/qe/ucc_slow.c:242:26: warning: incorrect type in assignment (different address spaces)
    drivers/soc/fsl/qe/ucc_slow.c:242:26:    expected struct qe_bd *rx_bd
    drivers/soc/fsl/qe/ucc_slow.c:242:26:    got void [noderef] <asn:2> *
    drivers/soc/fsl/qe/ucc_slow.c:245:17: warning: incorrect type in argument 2 (different address spaces)
    drivers/soc/fsl/qe/ucc_slow.c:245:17:    expected void volatile [noderef] <asn:2> *addr
    drivers/soc/fsl/qe/ucc_slow.c:245:17:    got unsigned int [usertype] *
    drivers/soc/fsl/qe/ucc_slow.c:247:17: warning: incorrect type in argument 2 (different address spaces)
    drivers/soc/fsl/qe/ucc_slow.c:247:17:    expected void volatile [noderef] <asn:2> *addr
    drivers/soc/fsl/qe/ucc_slow.c:247:17:    got restricted __be32 *
    drivers/soc/fsl/qe/ucc_slow.c:251:9: warning: cast from restricted __be32
    drivers/soc/fsl/qe/ucc_slow.c:251:9: warning: incorrect type in argument 1 (different base types)
    drivers/soc/fsl/qe/ucc_slow.c:251:9:    expected unsigned int [usertype] val
    drivers/soc/fsl/qe/ucc_slow.c:251:9:    got restricted __be32 [usertype]
    drivers/soc/fsl/qe/ucc_slow.c:251:9: warning: cast from restricted __be32
    drivers/soc/fsl/qe/ucc_slow.c:251:9: warning: incorrect type in argument 2 (different address spaces)
    drivers/soc/fsl/qe/ucc_slow.c:251:9:    expected void volatile [noderef] <asn:2> *addr
    drivers/soc/fsl/qe/ucc_slow.c:251:9:    got unsigned int [usertype] *
    drivers/soc/fsl/qe/ucc_slow.c:252:9: warning: incorrect type in argument 2 (different address spaces)
    drivers/soc/fsl/qe/ucc_slow.c:252:9:    expected void volatile [noderef] <asn:2> *addr
    drivers/soc/fsl/qe/ucc_slow.c:252:9:    got restricted __be32 *
    drivers/soc/fsl/qe/ucc_slow.c:276:39: warning: mixing different enum types:
    drivers/soc/fsl/qe/ucc_slow.c:276:39:    unsigned int enum ucc_slow_tx_oversampling_rate
    drivers/soc/fsl/qe/ucc_slow.c:276:39:    unsigned int enum ucc_slow_rx_oversampling_rate
    drivers/soc/fsl/qe/ucc_slow.c:296:9: warning: incorrect type in argument 2 (different address spaces)
    drivers/soc/fsl/qe/ucc_slow.c:296:9:    expected void volatile [noderef] <asn:2> *addr
    drivers/soc/fsl/qe/ucc_slow.c:296:9:    got restricted __be16 *
    drivers/soc/fsl/qe/ucc_slow.c:297:9: warning: incorrect type in argument 2 (different address spaces)
    drivers/soc/fsl/qe/ucc_slow.c:297:9:    expected void volatile [noderef] <asn:2> *addr
    drivers/soc/fsl/qe/ucc_slow.c:297:9:    got restricted __be16 *
    Signed-off-by: default avatarLi Yang <leoyang.li@nxp.com>
    461c3ac0
ucc_slow.c 9.47 KB