]> git.neil.brown.name Git - history.git/commit
[tokenring smctr] fix MAC address input
authorJochen Friedrich <jochen@scram.de>
Thu, 13 Feb 2003 13:36:51 +0000 (08:36 -0500)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 13 Feb 2003 13:36:51 +0000 (08:36 -0500)
commitefaca9a2de9e7361d5db1c5e4e5fd2029e2b9540
tree82d9f081f04cfa34c05851241465beb16955d3cf
parent93e50e5e24bffd8de401cd434d6c590190f3518d
[tokenring smctr] fix MAC address input

After taking a second look, i just recognized that both cases (MAC adress
all-zero or not) are handled exactly the same (by duplicated code), so the
whole stuff is unnecessary.

The whole function just reduces to a simple copy loop:
drivers/net/tokenring/smctr.c