]> err.no Git - linux-2.6/blobdiff - drivers/pci/hotplug/pciehp.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[linux-2.6] / drivers / pci / hotplug / pciehp.h
index ca656b27a500bb1eb861284fae3a193d2d3181ec..f14267e197dd7677ca3d70bc9293f970fa35a3fe 100644 (file)
@@ -168,7 +168,7 @@ static inline struct slot *pciehp_find_slot(struct controller *ctrl, u8 device)
                        return slot;
        }
 
-       err("%s: slot (device=0x%x) not found\n", __FUNCTION__, device);
+       err("%s: slot (device=0x%x) not found\n", __func__, device);
        return NULL;
 }