From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yinghai Lu Subject: Re: 2.6.34-rc1: ACPI: BUG: key f71f0168 not in .data! Date: Fri, 12 Mar 2010 19:36:22 -0800 Message-ID: <4B9B0836.7080508@kernel.org> References: <86802c441003081612r2f44efd6n9664b4b7c98a636a@mail.gmail.com> <4B95F37E.6060309@kernel.org> <4B99A6F0.4080203@kernel.org> <4B99A7B9.3000802@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4B99A7B9.3000802@kernel.org> Sender: linux-kernel-owner@vger.kernel.org To: "Eric W. Biederman" , Roland Dreier Cc: Alexander Beregalov , Greg KH , linux-acpi@vger.kernel.org, Linux Kernel Mailing List List-Id: linux-acpi@vger.kernel.org --- drivers/net/mlx4/main.c | 1 + 1 file changed, 1 insertion(+) Index: linux-2.6/drivers/net/mlx4/main.c =================================================================== --- linux-2.6.orig/drivers/net/mlx4/main.c +++ linux-2.6/drivers/net/mlx4/main.c @@ -1023,6 +1023,7 @@ static int mlx4_init_port_info(struct ml info->port_attr.attr.mode = S_IRUGO | S_IWUSR; info->port_attr.show = show_port_type; info->port_attr.store = set_port_type; + sysfs_attr_init(&info->port_attr.attr); err = device_create_file(&dev->pdev->dev, &info->port_attr); if (err) {