[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110317190932.074949b4@lxorguk.ukuu.org.uk>
Date: Thu, 17 Mar 2011 19:09:32 +0000
From: Alan Cox <alan@...rguk.ukuu.org.uk>
To: Prarit Bhargava <prarit@...hat.com>
Cc: linux-kernel@...r.kernel.org, dzickus@...hat.com
Subject: Re: [PATCH]: SMBIOS: Add initial code and export version via sysfs
> +static struct class smbios_class = {
> + .name = "smbios",
> + .dev_release = (void(*)(struct device *)) kfree,
> +};
I thought the policy was no new classes- Greg ?
> + smbios_iounmap(buf, sizeof(*smbios_step));
> + printk(KERN_INFO "SMBIOS: Invalid STEP table checksum = %u\n",
> + chksum1);
Surely this isn't INFO ?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists