1. 25 4月, 2008 4 次提交
  2. 31 3月, 2008 1 次提交
  3. 03 2月, 2008 1 次提交
  4. 26 1月, 2008 8 次提交
  5. 22 10月, 2007 1 次提交
  6. 19 10月, 2007 1 次提交
  7. 13 10月, 2007 1 次提交
  8. 11 10月, 2007 2 次提交
  9. 10 10月, 2007 17 次提交
  10. 24 8月, 2007 1 次提交
    • M
      V4L/DVB (6070): Fix a warning at dvb_net · 04b35abe
      Mauro Carvalho Chehab 提交于
      static function dvb_net_sec declares input arg "pkt" as u8. However, the
      same argument at dvb_net_sec_callback is defined as "const u8". When
      calling dvb_net_sec, this is casted as just "u8".
      
      gcc 4.2.1 generates a warning about that:
      
        CC [M]  drivers/media/dvb/dvb-core/dvb_net.o
      drivers/media/dvb/dvb-core/dvb_net.c: In function "dvb_net_sec_callback":
      drivers/media/dvb/dvb-core/dvb_net.c:905: warning: passing argument 2 of
      		"dvb_net_sec" discards qualifiers from pointer target type
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      04b35abe
  11. 19 7月, 2007 3 次提交