Skip to content

Commit

Permalink
HSI: omap_ssi_port: remove useless newline
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Tested-by: Pavel Machek <pavel@ucw.cz>
  • Loading branch information
Sebastian Reichel committed Jun 27, 2016
1 parent ea12c45 commit 8c009f1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions drivers/hsi/controllers/omap_ssi_port.c
Original file line number Diff line number Diff line change
Expand Up @@ -1018,8 +1018,7 @@ static irqreturn_t ssi_wake_isr(int irq __maybe_unused, void *ssi_port)
return IRQ_HANDLED;
}

static int ssi_port_irq(struct hsi_port *port,
struct platform_device *pd)
static int ssi_port_irq(struct hsi_port *port, struct platform_device *pd)
{
struct omap_ssi_port *omap_port = hsi_port_drvdata(port);
int err;
Expand All @@ -1040,8 +1039,7 @@ static int ssi_port_irq(struct hsi_port *port,
return err;
}

static int ssi_wake_irq(struct hsi_port *port,
struct platform_device *pd)
static int ssi_wake_irq(struct hsi_port *port, struct platform_device *pd)
{
struct omap_ssi_port *omap_port = hsi_port_drvdata(port);
int cawake_irq;
Expand Down

0 comments on commit 8c009f1

Please sign in to comment.