lkml.org 
[lkml]   [2005]   [Jun]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Subject[PATCH] PCI: fix show_modalias() function due to attribute change
    Date
    From
    [PATCH] PCI: fix show_modalias() function due to attribute change

    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    commit 87c8a4433b608261a9becdb0ce2d2f2ed4b71d05
    tree c3ddd09b1ad6312fccecc67d26098bd634ea17de
    parent 4893e9d1cfeb614b5155c43eefbb338b4f02cb34
    author Greg Kroah-Hartman <gregkh@suse.de> Sun, 19 Jun 2005 12:21:43 +0200
    committer Greg Kroah-Hartman <gregkh@suse.de> Mon, 20 Jun 2005 15:28:51 -0700

    drivers/pci/pci-sysfs.c | 2 +-
    1 files changed, 1 insertions(+), 1 deletions(-)

    diff --git a/drivers/pci/pci-sysfs.c b/drivers/pci/pci-sysfs.c
    --- a/drivers/pci/pci-sysfs.c
    +++ b/drivers/pci/pci-sysfs.c
    @@ -73,7 +73,7 @@ resource_show(struct device * dev, struc
    return (str - buf);
    }

    -static ssize_t modalias_show(struct device *dev, char *buf)
    +static ssize_t modalias_show(struct device *dev, struct device_attribute *attr, char *buf)
    {
    struct pci_dev *pci_dev = to_pci_dev(dev);

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-06-21 01:44    [W:4.239 / U:0.352 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site