]> Pileus Git - ~andy/linux/blobdiff - drivers/hid/hid-lgff.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
[~andy/linux] / drivers / hid / hid-lgff.c
index 95835ea5690f196d322aaf0bbee8a02a443652b7..987abebe08296a4f37770e2164e623012d4cac95 100644 (file)
@@ -151,11 +151,6 @@ int lgff_init(struct hid_device* hid)
 
        /* Check that the report looks ok */
        report = list_entry(report_list->next, struct hid_report, list);
-       if (!report) {
-               err_hid("NULL output report");
-               return -1;
-       }
-
        field = report->field[0];
        if (!field) {
                err_hid("NULL field");