]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[POWERPC] mpc5200: Fix unterminated of_device_id table
authorGrant Likely <grant.likely@secretlab.ca>
Tue, 29 Apr 2008 12:40:37 +0000 (06:40 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 29 Apr 2008 13:16:18 +0000 (07:16 -0600)
commitbc775eac63c16dbcfabc4c6e949c0228edf3e11f
treebe98a04a66f128217c0fa48183177456c3a6261e
parent6c39103ce5192bdb2195f3daab7323dfa44fb52e
[POWERPC] mpc5200: Fix unterminated of_device_id table

If CONFIG_PPC_MPC5121 is not set, then the of_device_id table for the
mpc5200 serial driver will not get terminated with a NULL entry.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/serial/mpc52xx_uart.c