diff options
| author | Glen Lee <[email protected]> | 2015-11-05 09:51:23 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-11-18 21:22:44 +0000 |
| commit | b57f9f34e27bf81c97b10d6725d71824e448c37e (patch) | |
| tree | 5f945b3d975192f3cdd2bf370a9dc2681e9a5055 /drivers/pci/hotplug/ibmphp.h | |
| parent | Merge tag 'iio-fixes-for-4.4a' of ssh://ra.kernel.org/pub/scm/linux/kernel/gi... (diff) | |
| download | kernel-b57f9f34e27bf81c97b10d6725d71824e448c37e.tar.gz kernel-b57f9f34e27bf81c97b10d6725d71824e448c37e.zip | |
Revert "Staging: wilc1000: coreconfigurator: Drop unneeded wrapper functions"
The source and destination pointers are misplaced.
This will be like,
ether_addr_copy(data, bssid + ADDR2);
-> ether_addr_copy(bssid, data + ADDR2);
and also to use ether_addr_copy, it has to be proved that src/dst address are
properly aligned(2).
I revert this as author agree to drop this patch.
This reverts commit d4622f68db8095dd54179e3134e97812727f6b89.
Signed-off-by: Glen Lee <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/pci/hotplug/ibmphp.h')
0 files changed, 0 insertions, 0 deletions
