linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / connector / cn_queue.c
index 05f8ce2..9f2f00d 100644 (file)
@@ -127,7 +127,7 @@ void cn_queue_del_callback(struct cn_queue_dev *dev, struct cb_id *id)
 
        if (found) {
                cn_queue_free_callback(cbq);
-               atomic_dec(&dev->refcnt);
+               atomic_dec_and_test(&dev->refcnt);
        }
 }