All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cpia.c (2.4.9-ac)
@ 2001-09-25  0:41 Michael Marxmeier
  0 siblings, 0 replies; only message in thread
From: Michael Marxmeier @ 2001-09-25  0:41 UTC (permalink / raw)
  To: lkml; +Cc: Alan Cox

My CPIA based camera ceased working with 2.4.9-ac9. The patch 
below corrects a small thinko (still present with ac15).

--- cpia.c.orig	Tue Sep 25 01:52:08 2001
+++ cpia.c	Tue Sep 25 01:52:33 2001
@@ -2871,7 +2871,7 @@
 
 		/* set video size */
 		video_size = match_videosize(vm.width, vm.height);
-		if (cam->video_size < 0) {
+		if (video_size < 0) {
 			retval = -EINVAL;
 			break;
 		}


Michael

-- 
Michael Marxmeier           Marxmeier Software AG
E-Mail: mike@marxmeier.com  Besenbruchstrasse 9
Phone : +49 202 2431440     42285 Wuppertal, Germany
Fax   : +49 202 2431420     http://www.marxmeier.com/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-09-25  0:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-25  0:41 [PATCH] cpia.c (2.4.9-ac) Michael Marxmeier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.