| .. | .. |
|---|
| 357 | 357 | /** |
|---|
| 358 | 358 | * igb_read_invm_i210 - Read invm wrapper function for I210/I211 |
|---|
| 359 | 359 | * @hw: pointer to the HW structure |
|---|
| 360 | | - * @words: number of words to read |
|---|
| 360 | + * @offset: offset to read from |
|---|
| 361 | + * @words: number of words to read (unused) |
|---|
| 361 | 362 | * @data: pointer to the data read |
|---|
| 362 | 363 | * |
|---|
| 363 | 364 | * Wrapper function to return data formerly found in the NVM. |
|---|
| 364 | 365 | **/ |
|---|
| 365 | 366 | static s32 igb_read_invm_i210(struct e1000_hw *hw, u16 offset, |
|---|
| 366 | | - u16 words __always_unused, u16 *data) |
|---|
| 367 | + u16 __always_unused words, u16 *data) |
|---|
| 367 | 368 | { |
|---|
| 368 | 369 | s32 ret_val = 0; |
|---|
| 369 | 370 | |
|---|