Re: [PATCH 2/3] igb: transform igb_{update,validate}_nvm_checksum into wrappers of their *_with_offset equivalents
From: Stefan Assmann <hidden>
Date: 2011-04-04 07:34:27
From: Stefan Assmann <hidden>
Date: 2011-04-04 07:34:27
On 29.03.2011 15:09, Stefan Assmann wrote:
igb_update_nvm_checksum_with_offset and igb_update_nvm_checksum are similar except one additionally handles an offset. Move igb_update_nvm_checksum_with_offset to e1000_nvm.c and transform igb_update_nvm_checksum to a simple wrapper of igb_update_nvm_checksum_with_offset. Exactly the same is done for igb_validate_nvm_checksum. Signed-off-by: Stefan Assmann <redacted>
Please ignore this for now, Intel will send a replacement patch. Stefan