Re: [PATCH]: SMBIOS: Add initial code and export version via sysfs

From: Alan Cox
Date: Thu Mar 17 2011 - 15:09:35 EST


> +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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/