Re: [PATCH 1/1] tpm: implement use of sysfs classes

From: Greg KH
Date: Fri Feb 04 2005 - 16:04:57 EST


On Fri, Feb 04, 2005 at 02:12:50PM -0600, Kylene Hall wrote:
> +static struct class tpm_class = {
> + .name = "tpm",
> + .class_dev_attrs = tpm_attrs,
> +};

Where is your release function? Did you see any warnings from the
kernel when you removed any of these class devices? Why did you ignore
it?

thanks,

greg k-h
-
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/