linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / char / watchdog / machzwd.c
index da053b5..a9a20aa 100644 (file)
@@ -427,7 +427,8 @@ static int __init zf_init(void)
        printk(KERN_INFO PFX ": MachZ ZF-Logic Watchdog driver initializing.\n");
 
        ret = zf_get_ZFL_version();
-       if ((!ret) || (ret == 0xffff)) {
+       printk("%#x\n", ret);
+       if((!ret) || (ret != 0xffff)){
                printk(KERN_WARNING PFX ": no ZF-Logic found\n");
                return -ENODEV;
        }