Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=35e420357bd835d43c76d3ab5e35694be0b56f95
Commit:     35e420357bd835d43c76d3ab5e35694be0b56f95
Parent:     d8f69971d8d6c137e42928492f8d469078113db9
Author:     Michael Krufky <[EMAIL PROTECTED]>
AuthorDate: Mon Dec 17 10:54:06 2007 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Fri Jan 25 19:03:50 2008 -0200

    V4L/DVB (6837): Convert cx88_input.audioroute to a bitfield
    
    Prevent us from wasting some extra bytes of memory
    
    Thanks to Trent Piepho, for pointing this out.
    
    
    Signed-off-by: Michael Krufky <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/video/cx88/cx88.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h
index a10f94d..0cd2946 100644
--- a/drivers/media/video/cx88/cx88.h
+++ b/drivers/media/video/cx88/cx88.h
@@ -228,7 +228,7 @@ struct cx88_input {
        enum cx88_itype type;
        u32             gpio0, gpio1, gpio2, gpio3;
        unsigned int    vmux:2;
-       unsigned int    audioroute;
+       unsigned int    audioroute:2;
 };
 
 struct cx88_board {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to