1. 18 4月, 2011 1 次提交
    • D
      isdn: eicon: Fix set-but-unused variables. · 2d09d567
      David S. Miller 提交于
      The variable 'best_id' is set but unused in
      diva_mnt_add_xdi_adapter().  Just kill it off.
      
      Similarly for the variable 'CIP' in connect_req(), 'Number' in
      sig_ind(), 'Info' in dtmf_confirmation() mixer_command()
      fax_connect_ack_command() fax_edata_ack_command()
      rtp_connect_b3_res_command() and rtp_connect_b3_res_command(), and 'a'
      in mixer_indication_coefs_set(),
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      2d09d567
  2. 07 10月, 2010 1 次提交
    • D
      eicon: make buffer larger · c2dddf94
      Dan Carpenter 提交于
      In diva_mnt_add_xdi_adapter() we do this:
        strcpy (clients[id].drvName,     tmp);
        strcpy (clients[id].Dbg.drvName, tmp);
      
      The "clients[id].drvName" is a 128 character buffer and
      "clients[id].Dbg.drvName" was originally a 16 character buffer but I've
      changed it to 128 as well.  We don't actually use 128 characters but we
      do use more than 16.
      
      I've also changed the size of "tmp" to 128 characters instead of 256.
      Signed-off-by: NDan Carpenter <error27@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      c2dddf94
  3. 27 2月, 2009 1 次提交
  4. 07 2月, 2008 1 次提交
  5. 13 2月, 2007 1 次提交
  6. 09 12月, 2006 1 次提交
  7. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4