1. 10 10月, 2007 31 次提交
  2. 30 9月, 2007 1 次提交
  3. 27 9月, 2007 1 次提交
  4. 20 9月, 2007 1 次提交
  5. 15 9月, 2007 5 次提交
  6. 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