[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110916083646.GA30915@suse.de>
Date: Fri, 16 Sep 2011 10:36:46 +0200
From: Greg KH <gregkh@...e.de>
To: Neil Horman <nhorman@...driver.com>
Cc: linux-kernel@...r.kernel.org,
Jesse Barnes <jbarnes@...tuousgeek.org>
Subject: Re: [PATCH] sysfs: add per pci device msi[x] irq listing (v2)
On Thu, Sep 15, 2011 at 04:08:38PM -0400, Neil Horman wrote:
> +static struct kobj_type msi_irq_ktype = {
> + .sysfs_ops = &msi_irq_sysfs_ops,
> + .default_attrs = msi_irq_default_attrs,
> +};
You still haven't successfully removed the kobject associated with this
kobj_type. Otherwise you would have seen the error messages in the
kernel log and fixed up what it told you to fix.
Please do so.
greg k-h
--
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