Skip to content

Commit

Permalink
V4L/DVB (3757): Fix alignment after the replacement from semaphore to…
Browse files Browse the repository at this point in the history
… muxex

Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Trent Piepho authored and Mauro Carvalho Chehab committed Jun 25, 2006
1 parent 5d7dc8c commit 7d0dc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/cpia.h
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ enum v4l_camstates {
struct cam_data {
struct list_head cam_data_list;

struct mutex busy_lock; /* guard against SMP multithreading */
struct mutex busy_lock; /* guard against SMP multithreading */
struct cpia_camera_ops *ops; /* lowlevel driver operations */
void *lowlevel_data; /* private data for lowlevel driver */
u8 *raw_image; /* buffer for raw image data */
Expand Down

0 comments on commit 7d0dc26

Please sign in to comment.