From 12a89dbac7914c58b0d207ef608e1c02534708bc Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Mon, 23 Mar 2015 14:00:47 +1100 Subject: [PATCH] net/ethernet/sfc: Don't use of_node_to_eeh_dev() This is deprecated, it forces the driver to hop via the OF node that may or may not exist, instead use pci_dev_to_eeh_dev() which is simpler. Signed-off-by: Benjamin Herrenschmidt Acked-by: Shradha Shah --- Reading git-format-patch failed