staging: media: omap24xx: Added new line after declarations.
This patch fixes "Missing a blank line after declarations" checkpatch.pl warning in omap24xxcam-dma.c Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7b86477c0e
commit
f18bba082f
1 changed files with 1 additions and 0 deletions
|
|
@ -561,6 +561,7 @@ void omap24xxcam_sgdma_sync(struct omap24xxcam_sgdma *sgdma)
|
|||
/* This DMA transfer was in progress, so abort it. */
|
||||
sgdma_callback_t callback = sg_state->callback;
|
||||
void *arg = sg_state->arg;
|
||||
|
||||
sgdma->free_sgdma++;
|
||||
if (callback) {
|
||||
/* leave interrupts masked */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue