]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/char/bsr.c
p54usb: Add device ID for Dell WLA3310 USB
[mirror_ubuntu-bionic-kernel.git] / drivers / char / bsr.c
index 7fef305774dee184ecc0ac34fe0d39b77005ffc7..89d871ef8c2f814dbaecc390bd47fa34ad14574c 100644 (file)
@@ -253,7 +253,7 @@ static int bsr_add_node(struct device_node *bn)
 
                cur->bsr_device = device_create(bsr_class, NULL, cur->bsr_dev,
                                                cur, cur->bsr_name);
-               if (!cur->bsr_device) {
+               if (IS_ERR(cur->bsr_device)) {
                        printk(KERN_ERR "device_create failed for %s\n",
                               cur->bsr_name);
                        cdev_del(&cur->bsr_cdev);