]> git.baikalelectronics.ru Git - kernel.git/commit
net/fec: fix unterminated platform_device_id table
authorAxel Lin <axel.lin@gmail.com>
Tue, 22 Feb 2011 23:28:46 +0000 (23:28 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Feb 2011 20:35:44 +0000 (12:35 -0800)
commit33e5dbc1e7501e709501f411c33462fae2688170
treedbca40cac19ea455aeab697df9f20287582549df
parent52e808a19460864df0c2c8e0ec2066afd68e2378
net/fec: fix unterminated platform_device_id table

The platform_device_id table is supposed to be zero-terminated.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/fec.c