]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/watchdog/sp5100_tco.c
watchdog: sp5100_tco.c: quiet sparse noise about using plain integer was NULL pointer
[karo-tx-linux.git] / drivers / watchdog / sp5100_tco.c
index 59108e48ada35aed040136d05db41e5df80e09fb..ae5e82cb83fa80bb897aaf4131aee42616add6c1 100644 (file)
@@ -313,7 +313,7 @@ static unsigned char __devinit sp5100_tco_setupdevice(void)
        tcobase_phys = val;
 
        tcobase = ioremap(val, SP5100_WDT_MEM_MAP_SIZE);
-       if (tcobase == 0) {
+       if (!tcobase) {
                pr_err("failed to get tcobase address\n");
                goto unreg_mem_region;
        }