summaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/core/tiomap_io.c
diff options
context:
space:
mode:
authorAdithya Krishnamurthy <linux.challenge1@gmail.com>2014-06-19 09:18:00 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-06-19 17:16:04 -0700
commitdc5d8180ea26b96d9e6a19ec2bce8faef8b4eb0b (patch)
tree0050859d3f6a20ce291cd7e4a59bbf5034bed2c1 /drivers/staging/tidspbridge/core/tiomap_io.c
parent6c6871eb5a47c83c70a19260115ad7ceff308c1b (diff)
downloadop-kernel-dev-dc5d8180ea26b96d9e6a19ec2bce8faef8b4eb0b.zip
op-kernel-dev-dc5d8180ea26b96d9e6a19ec2bce8faef8b4eb0b.tar.gz
Staging:tidspbridge Fix minor checkpatch.pl warning
Fixed checkpatch "WARNING: Missing a blank line after declarations" Signed-off-by: Adithya Krishnamurthy <linux.challenge1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/tidspbridge/core/tiomap_io.c')
-rw-r--r--drivers/staging/tidspbridge/core/tiomap_io.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/tidspbridge/core/tiomap_io.c b/drivers/staging/tidspbridge/core/tiomap_io.c
index f53ed98..2836467 100644
--- a/drivers/staging/tidspbridge/core/tiomap_io.c
+++ b/drivers/staging/tidspbridge/core/tiomap_io.c
@@ -176,6 +176,7 @@ int write_dsp_data(struct bridge_dev_context *dev_context,
struct cfg_hostres *resources = dev_context->resources;
int status = 0;
u32 base1, base2, base3;
+
base1 = OMAP_DSP_MEM1_SIZE;
base2 = OMAP_DSP_MEM2_BASE - OMAP_DSP_MEM1_BASE;
base3 = OMAP_DSP_MEM3_BASE - OMAP_DSP_MEM1_BASE;
@@ -229,6 +230,7 @@ int write_ext_dsp_data(struct bridge_dev_context *dev_context,
u32 ul_shm_offset_virt = 0;
struct cfg_hostres *host_res = dev_context->resources;
bool trace_load = false;
+
temp_byte1 = 0x0;
temp_byte2 = 0x0;
OpenPOWER on IntegriCloud