Commit 1f7b5fff authored by Finn Thain's avatar Finn Thain Committed by Geert Uytterhoeven

pmac-zilog: cleanup

Whitespace cleanups and comment typo fix.
Signed-off-by: default avatarFinn Thain <fthain@telegraphics.com.au>
Acked-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent 2724daf4
...@@ -908,7 +908,6 @@ static int __pmz_startup(struct uart_pmac_port *uap) ...@@ -908,7 +908,6 @@ static int __pmz_startup(struct uart_pmac_port *uap)
/* Remember status for DCD/CTS changes */ /* Remember status for DCD/CTS changes */
uap->prev_status = read_zsreg(uap, R0); uap->prev_status = read_zsreg(uap, R0);
return pwr_delay; return pwr_delay;
} }
...@@ -1051,7 +1050,6 @@ static void pmz_convert_to_zs(struct uart_pmac_port *uap, unsigned int cflag, ...@@ -1051,7 +1050,6 @@ static void pmz_convert_to_zs(struct uart_pmac_port *uap, unsigned int cflag,
{ {
int brg; int brg;
/* Switch to external clocking for IrDA high clock rates. That /* Switch to external clocking for IrDA high clock rates. That
* code could be re-used for Midi interfaces with different * code could be re-used for Midi interfaces with different
* multipliers * multipliers
...@@ -1590,7 +1588,7 @@ static void pmz_dispose_port(struct uart_pmac_port *uap) ...@@ -1590,7 +1588,7 @@ static void pmz_dispose_port(struct uart_pmac_port *uap)
} }
/* /*
* Called upon match with an escc node in the devive-tree. * Called upon match with an escc node in the device-tree.
*/ */
static int pmz_attach(struct macio_dev *mdev, const struct of_device_id *match) static int pmz_attach(struct macio_dev *mdev, const struct of_device_id *match)
{ {
...@@ -1908,8 +1906,7 @@ static struct of_device_id pmz_match[] = ...@@ -1908,8 +1906,7 @@ static struct of_device_id pmz_match[] =
}; };
MODULE_DEVICE_TABLE (of, pmz_match); MODULE_DEVICE_TABLE (of, pmz_match);
static struct macio_driver pmz_driver = static struct macio_driver pmz_driver = {
{
.name = "pmac_zilog", .name = "pmac_zilog",
.match_table = pmz_match, .match_table = pmz_match,
.probe = pmz_attach, .probe = pmz_attach,
......
#ifndef __PMAC_ZILOG_H__ #ifndef __PMAC_ZILOG_H__
#define __PMAC_ZILOG_H__ #define __PMAC_ZILOG_H__
#define pmz_debug(fmt,arg...) dev_dbg(&uap->dev->ofdev.dev, fmt, ## arg) #define pmz_debug(fmt, arg...) dev_dbg(&uap->dev->ofdev.dev, fmt, ## arg)
/* /*
* At most 2 ESCCs with 2 ports each * At most 2 ESCCs with 2 ports each
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment