Commit bac79f37 authored by Erik Andrén's avatar Erik Andrén Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (10006): gspca - m5602: Align some defines

parent 32500701
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ int s5k83a_read_sensor(struct sd *sd, const u8 address,
	}

out:
	return (err < 0) ? err : 0;
	return err;
}

int s5k83a_write_sensor(struct sd *sd, const u8 address,
+7 −7

File changed.

Contains only whitespace changes.