aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGokce Kuler <gokcekuler@gmail.com>2020-03-21 02:26:07 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-03-21 10:31:54 +0100
commit5d6633b26bc3b6d1f84f014397380215c4dcde39 (patch)
tree7746299548abfe00bd587943160df74072753926
parentstaging: mt7621-pci: avoid to poweroff the phy for slot one (diff)
downloadlinux-dev-5d6633b26bc3b6d1f84f014397380215c4dcde39.tar.xz
linux-dev-5d6633b26bc3b6d1f84f014397380215c4dcde39.zip
staging: mt7621-dma: quoted string split across lines
quoted string merge to upper line Signed-off-by: Gokce Kuler <gokcekuler@gmail.com> Link: https://lore.kernel.org/r/20200320232607.GA8601@siyah2 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/mt7621-dma/mtk-hsdma.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/mt7621-dma/mtk-hsdma.c b/drivers/staging/mt7621-dma/mtk-hsdma.c
index 20b898954416..14592ed9ce98 100644
--- a/drivers/staging/mt7621-dma/mtk-hsdma.c
+++ b/drivers/staging/mt7621-dma/mtk-hsdma.c
@@ -220,8 +220,7 @@ static void hsdma_dump_reg(struct mtk_hsdam_engine *hsdma)
mtk_hsdma_read(hsdma, HSDMA_REG_RX_CRX),
mtk_hsdma_read(hsdma, HSDMA_REG_RX_DRX));
- dev_dbg(hsdma->ddev.dev, "info %08x, glo %08x, delay %08x, "
- "intr_stat %08x, intr_mask %08x\n",
+ dev_dbg(hsdma->ddev.dev, "info %08x, glo %08x, delay %08x, intr_stat %08x, intr_mask %08x\n",
mtk_hsdma_read(hsdma, HSDMA_REG_INFO),
mtk_hsdma_read(hsdma, HSDMA_REG_GLO_CFG),
mtk_hsdma_read(hsdma, HSDMA_REG_DELAY_INT),