Commit 84cd410e authored by Leonid V. Fedorenchik's avatar Leonid V. Fedorenchik Committed by Greg Kroah-Hartman

Staging: cx25821: Change indent with spaces to tabs 4

Change indent with spaces to tabs.
Signed-off-by: default avatarLeonid V. Fedorenchik <leonidsbox@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 48eb80ba
...@@ -493,8 +493,7 @@ int cx25821_video_register(struct cx25821_dev *dev) ...@@ -493,8 +493,7 @@ int cx25821_video_register(struct cx25821_dev *dev)
dev->channels[i].video_dev = NULL; dev->channels[i].video_dev = NULL;
dev->channels[i].resources = 0; dev->channels[i].resources = 0;
cx_write(dev->channels[i].sram_channels->int_stat, cx_write(dev->channels[i].sram_channels->int_stat, 0xffffffff);
0xffffffff);
INIT_LIST_HEAD(&dev->channels[i].vidq.active); INIT_LIST_HEAD(&dev->channels[i].vidq.active);
INIT_LIST_HEAD(&dev->channels[i].vidq.queued); INIT_LIST_HEAD(&dev->channels[i].vidq.queued);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment