Commit 692cfb9b authored by Leonid V. Fedorenchik's avatar Leonid V. Fedorenchik Committed by Greg Kroah-Hartman
Browse files

Staging: cx25821: Fix obscure line endings



Fix obscure line endings to less obscure ones. Rationale: readability.

Signed-off-by: default avatarLeonid V. Fedorenchik <leonidsbox@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent c1e6e241
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -162,8 +162,7 @@ void cx25821_video_wakeup(struct cx25821_dev *dev, struct cx25821_dmaqueue *q,
	else
	else
		mod_timer(&q->timeout, jiffies + BUFFER_TIMEOUT);
		mod_timer(&q->timeout, jiffies + BUFFER_TIMEOUT);
	if (bc != 1)
	if (bc != 1)
		pr_err("%s: %d buffers handled (should be 1)\n",
		pr_err("%s: %d buffers handled (should be 1)\n", __func__, bc);
		       __func__, bc);
}
}


#ifdef TUNER_FLAG
#ifdef TUNER_FLAG