Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/f7ac99fdd9eaf64df9731c2e8fdf97e9d3e2c82a You should set ROOT_URL correctly, otherwise the web may not work correctly.

net: e1000: typo using wrong argument to sizeof

Typo from 4b29bdb0ed

Signed-off-by: Matthew McClintock <msm@freescale.com>
master
Matthew McClintock 15 years ago committed by Wolfgang Denk
parent 6d8962e814
commit f7ac99fdd9
  1. 2
      drivers/net/e1000.c

@ -5189,7 +5189,7 @@ e1000_initialize(bd_t * bis)
return 0;
}
memset(nic, 0, sizeof(*dev));
memset(nic, 0, sizeof(*nic));
memset(hw, 0, sizeof(*hw));
hw->pdev = devno;

Loading…
Cancel
Save