]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/misc/hpilo.c
drivers/misc/fsa9480.c: fix a leak of the IRQ during init failure
[karo-tx-linux.git] / drivers / misc / hpilo.c
index 557a8c2a73367e579e8db86fbc3487702aae16a4..fffc227181b031e13cdbcc243ca19c8a8ced2f86 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Driver for HP iLO/iLO2 management processor.
+ * Driver for the HP iLO management processor.
  *
  * Copyright (C) 2008 Hewlett-Packard Development Company, L.P.
  *     David Altobelli <david.altobelli@hp.com>
@@ -640,6 +640,7 @@ static const struct file_operations ilo_fops = {
        .poll           = ilo_poll,
        .open           = ilo_open,
        .release        = ilo_close,
+       .llseek         = noop_llseek,
 };
 
 static irqreturn_t ilo_isr(int irq, void *data)