[BACK]Return to if_bwfm_sdio.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / sdmmc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/sdmmc/if_bwfm_sdio.c between version 1.11 and 1.12

version 1.11, 2020/01/01 12:17:13 version 1.12, 2020/01/04 14:52:52
Line 1728  bwfm_sdio_rxctl(struct bwfm_softc *bwfm,
Line 1728  bwfm_sdio_rxctl(struct bwfm_softc *bwfm,
         if (err)          if (err)
                 return 1;                  return 1;
   
         if (m->m_len < *lenp) {          if (m->m_len > *lenp) {
                 m_freem(m);                  m_freem(m);
                 return 1;                  return 1;
         }          }

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb <webmaster@jp.NetBSD.org>