V4L/DVB (6629): zl10353: fix default adc_clock and TRL nominal rate calculation
[powerpc.git] / drivers / video / cirrusfb.c
index f99cb77..f7e2d5a 100644 (file)
@@ -2509,8 +2509,7 @@ static int cirrusfb_zorro_register(struct zorro_dev *z,
        cinfo = info->par;
        cinfo->btype = btype;
 
-       assert(z > 0);
-       assert(z2 >= 0);
+       assert(z);
        assert(btype != BT_NONE);
 
        cinfo->zdev = z;