aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/mace.c
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-09-13 13:24:59 -0400
committerJeff Garzik <jeff@garzik.org>2006-09-13 13:24:59 -0400
commit6aa20a2235535605db6d6d2bd850298b2fe7f31e (patch)
treedf0b855043407b831d57f2f2c271f8aab48444f4 /drivers/net/mace.c
parent7a291083225af6e22ffaa46b3d91cfc1a1ccaab4 (diff)
drivers/net: Trim trailing whitespace
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/mace.c')
-rw-r--r--drivers/net/mace.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/net/mace.c b/drivers/net/mace.c
index 29e4b5aa6ead..47d7850da47b 100644
--- a/drivers/net/mace.c
+++ b/drivers/net/mace.c
@@ -177,7 +177,7 @@ static int __devinit mace_probe(struct macio_dev *mdev, const struct of_device_i
177 } 177 }
178 mp->chipid = (in_8(&mp->mace->chipid_hi) << 8) | 178 mp->chipid = (in_8(&mp->mace->chipid_hi) << 8) |
179 in_8(&mp->mace->chipid_lo); 179 in_8(&mp->mace->chipid_lo);
180 180
181 181
182 mp = (struct mace_data *) dev->priv; 182 mp = (struct mace_data *) dev->priv;
183 mp->maccc = ENXMT | ENRCV; 183 mp->maccc = ENXMT | ENRCV;
@@ -219,7 +219,7 @@ static int __devinit mace_probe(struct macio_dev *mdev, const struct of_device_i
219 mp->port_aaui = 1; 219 mp->port_aaui = 1;
220#else 220#else
221 mp->port_aaui = 0; 221 mp->port_aaui = 0;
222#endif 222#endif
223 } 223 }
224 } 224 }
225 225
@@ -264,7 +264,7 @@ static int __devinit mace_probe(struct macio_dev *mdev, const struct of_device_i
264 printk(", chip revision %d.%d\n", mp->chipid >> 8, mp->chipid & 0xff); 264 printk(", chip revision %d.%d\n", mp->chipid >> 8, mp->chipid & 0xff);
265 265
266 return 0; 266 return 0;
267 267
268 err_free_rx_irq: 268 err_free_rx_irq:
269 free_irq(macio_irq(mdev, 2), dev); 269 free_irq(macio_irq(mdev, 2), dev);
270 err_free_tx_irq: 270 err_free_tx_irq:
@@ -1008,7 +1008,7 @@ static irqreturn_t mace_rxdma_intr(int irq, void *dev_id, struct pt_regs *regs)
1008 return IRQ_HANDLED; 1008 return IRQ_HANDLED;
1009} 1009}
1010 1010
1011static struct of_device_id mace_match[] = 1011static struct of_device_id mace_match[] =
1012{ 1012{
1013 { 1013 {
1014 .name = "mace", 1014 .name = "mace",
@@ -1017,7 +1017,7 @@ static struct of_device_id mace_match[] =
1017}; 1017};
1018MODULE_DEVICE_TABLE (of, mace_match); 1018MODULE_DEVICE_TABLE (of, mace_match);
1019 1019
1020static struct macio_driver mace_driver = 1020static struct macio_driver mace_driver =
1021{ 1021{
1022 .name = "mace", 1022 .name = "mace",
1023 .match_table = mace_match, 1023 .match_table = mace_match,