mirror of https://gitee.com/openkylin/linux.git
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:
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,
|
||||
|
|
Loading…
Reference in New Issue