diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2012-06-13 14:04:58 +0200 |
---|---|---|
committer | Marek Szyprowski <m.szyprowski@samsung.com> | 2012-06-13 14:25:16 +0200 |
commit | fdb1117325ad719dc39e81209bc622d511db70e0 (patch) | |
tree | e3920c5e763fd4c1a916e3ec05dd41d543ded3fa /.gitignore | |
parent | 4986e5c7cd91817d0f58dd15073c9080d47980cf (diff) |
ARM: dma-mapping: fix debug messages in dmabounce code
This patch fixes the usage of uninitialized variables in dmabounce code
intoduced by commit a227fb92 ('ARM: dma-mapping: remove offset parameter
to prepare for generic dma_ops'):
arch/arm/common/dmabounce.c: In function ‘dmabounce_sync_for_device’:
arch/arm/common/dmabounce.c:409: warning: ‘off’ may be used uninitialized in this function
arch/arm/common/dmabounce.c:407: note: ‘off’ was declared here
arch/arm/common/dmabounce.c: In function ‘dmabounce_sync_for_cpu’:
arch/arm/common/dmabounce.c:369: warning: ‘off’ may be used uninitialized in this function
arch/arm/common/dmabounce.c:367: note: ‘off’ was declared here
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions