mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 05:07:46 -04:00
Staging:tidspbridge Fix minor checkpatch.pl warning unnecessary whitespace before a quoted newline
Fixed checkpatch "WARNING: unnecessary whitespace before a quoted newline" Signed-off-by: Adithya Krishnamurthy <linux.challenge1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c994a4d519
commit
573954d377
@@ -536,7 +536,7 @@ static int bridge_brd_start(struct bridge_dev_context *dev_ctxt,
|
||||
if ((unsigned int *)ul_dsp_clk_addr != NULL) {
|
||||
/* Get the clock rate */
|
||||
ul_dsp_clk_rate = dsp_clk_get_iva2_rate();
|
||||
dev_dbg(bridge, "%s: DSP clock rate (KHZ): 0x%x \n",
|
||||
dev_dbg(bridge, "%s: DSP clock rate (KHZ): 0x%x\n",
|
||||
__func__, ul_dsp_clk_rate);
|
||||
(void)bridge_brd_write(dev_context,
|
||||
(u8 *) &ul_dsp_clk_rate,
|
||||
|
||||
Reference in New Issue
Block a user