Skip to content

Commit

Permalink
[PATCH] drivers/net/myri_code.h cleanup
Browse files Browse the repository at this point in the history
  
  From: Domen Puncer <domen@coderock.org>
  
  Replace
  
        static unsigned char lanai4_data[20472] __initdata = {
                <thousands of 0x00's>
        }
  
  with
  
        static unsigned char lanai4_data[20472] __initdata = { };
  
  Signed-off-by: Domen Puncer <domen@coderock.org>
  Signed-off-by: Andrew Morton <akpm@osdl.org>
  Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
  • Loading branch information
Domen Puncer authored and Jeff Garzik committed May 13, 2005
1 parent c56943e commit 31c27f7
Showing 1 changed file with 1 addition and 1,282 deletions.
Loading

0 comments on commit 31c27f7

Please sign in to comment.