microblaze: Fix sparse warning - prom.c
Warning log: CHECK arch/microblaze/kernel/dma.c arch/microblaze/kernel/dma.c:53:26: warning: incorrect type in argument 1 (different base types) arch/microblaze/kernel/dma.c:53:26: expected int [signed] gfp arch/microblaze/kernel/dma.c:53:26: got restricted unsigned int [usertype] flag Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
parent
5323c48b0c
commit
fe34c478d1
|
@ -59,7 +59,7 @@ static int __init early_init_dt_scan_serial(unsigned long node,
|
|||
{
|
||||
unsigned long l;
|
||||
char *p;
|
||||
int *addr;
|
||||
const __be32 *addr;
|
||||
|
||||
pr_debug("search \"serial\", depth: %d, uname: %s\n", depth, uname);
|
||||
|
||||
|
|
Loading…
Reference in New Issue