diff options
author | Joakim Tjernlund <[email protected]> | 2010-05-22 02:18:02 -0600 |
---|---|---|
committer | Grant Likely <[email protected]> | 2010-05-22 02:18:02 -0600 |
commit | f9218c2a60facc6ff9a793a9d9ab956194d70012 (patch) | |
tree | 03876aab569a848ee44b741fd389856738470148 /net/lapb/lapb_in.c | |
parent | e40152ee1e1c7a63f4777791863215e3faa37a86 (diff) |
spi/spi_mpc8xxx: fix potential memory corruption.
tx_dma/rx_dma are already set to a dummy buffer when no
tx/rx buffer and t->tx_dma/t->rx_dma does not contain a dma
address, but NULL.
This may lead to corruption of kernel memory. Fix this by
leaving tx_dma/rx_dma alone.
Do not INIT_TX_RX while controller is enabled, this is bad according
to the MPC8321 manual.
Signed-off-by: Joakim Tjernlund <[email protected]>
Acked-by: Anton Vorontsov <[email protected]>
Signed-off-by: Grant Likely <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions