projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d7dc8c
)
V4L/DVB (3757): Fix alignment after the replacement from semaphore to muxex
author
Trent Piepho
<xyzzy@speakeasy.org>
Sun, 9 Apr 2006 21:48:04 +0000
(18:48 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Sun, 25 Jun 2006 04:58:03 +0000
(
01:58
-0300)
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/cpia.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/media/video/cpia.h
b/drivers/media/video/cpia.h
index dde27a6a4a095bbc084cfe1f96d58d58466f12c3..3dc88b7558bf8622df474ace57a7368e7a6587ad 100644
(file)
--- a/
drivers/media/video/cpia.h
+++ b/
drivers/media/video/cpia.h
@@
-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 */