drm/vmwgfx: fix spelling mistake "Cant" -> "Can't"
[linux-2.6-microblaze.git] / drivers / block / pktcdvd.c
index 0b944ac..27a33ad 100644 (file)
@@ -1613,7 +1613,7 @@ static noinline_for_stack int pkt_get_last_written(struct pktcdvd_device *pd,
        disc_information di;
        track_information ti;
        __u32 last_track;
-       int ret = -1;
+       int ret;
 
        ret = pkt_get_disc_info(pd, &di);
        if (ret)