Skip to content

Commit

Permalink
drivers: eth: e1000: Remove unused variable
Browse files Browse the repository at this point in the history
The probe function had unused variable which caused compile warning.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
  • Loading branch information
jukkar authored and nashif committed Oct 15, 2018
1 parent 7b46ea2 commit ce8035e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/ethernet/eth_e1000.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ static void e1000_isr(struct device *device)
int e1000_probe(struct device *device)
{
struct e1000_dev *dev = device->driver_data;
bool found = false;

pci_bus_scan_init();

Expand Down

0 comments on commit ce8035e

Please sign in to comment.