Staging: cx25821: Change indent with spaces to tabs 1

Changed indent with spaces to use tabs.

Signed-off-by: Leonid V. Fedorenchik <leonidsbox@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Leonid V. Fedorenchik
2011-09-16 14:14:38 +08:00
committed by Greg Kroah-Hartman
parent c2c311fd3b
commit 69dfe45f7b

View File

@@ -414,8 +414,8 @@ int cx25821_video_irq(struct cx25821_dev *dev, int chan_num, u32 status)
if (status & FLD_VID_DST_RISC1) {
spin_lock(&dev->slock);
count = cx_read(channel->gpcnt);
cx25821_video_wakeup(dev,
&dev->channels[channel->i].vidq, count);
cx25821_video_wakeup(dev, &dev->channels[channel->i].vidq,
count);
spin_unlock(&dev->slock);
handled++;
}