Merge pull request #96 from sonoble/bmap_64_fix

Removes AIM_BITMAP_INIT(bmap, 64) from the 7512, 7716 and 6812 sfpi.c files
This commit is contained in:
Jeffrey Townsend
2016-07-27 14:19:49 -07:00
committed by GitHub
3 changed files with 0 additions and 3 deletions

View File

@@ -82,7 +82,6 @@ onlp_sfpi_bitmap_get(onlp_sfp_bitmap_t* bmap)
* Ports {0, 32}
*/
int p;
AIM_BITMAP_INIT(bmap, 64);
AIM_BITMAP_CLR_ALL(bmap);
for(p = 0; p < 32; p++) {

View File

@@ -82,7 +82,6 @@ onlp_sfpi_bitmap_get(onlp_sfp_bitmap_t* bmap)
* Ports {0, 32}
*/
int p;
AIM_BITMAP_INIT(bmap, 64);
AIM_BITMAP_CLR_ALL(bmap);
for(p = 0; p < 32; p++) {

View File

@@ -92,7 +92,6 @@ onlp_sfpi_bitmap_get(onlp_sfp_bitmap_t* bmap)
* Ports {0, 32}
*/
int p;
AIM_BITMAP_INIT(bmap, 64);
AIM_BITMAP_CLR_ALL(bmap);
for(p = 0; p < NUM_OF_SFP_PORT; p++) {