f768f999ac14608a30a07657cdc029f66856226b parent f36fe2b90fe93e2f586b24f42413bf8cfad8f626 author Sergei Shtylyov 1208179650 +0400 committer Dominik Brodowski 1214314418 +0200 pcmcia: fix Alchemy warnings Fix the following warnings: drivers/pcmcia/au1000_generic.c: In function `au1x00_pcmcia_socket_probe': drivers/pcmcia/au1000_generic.c:405: warning: integer constant is too large for "long" type drivers/pcmcia/au1000_generic.c:413: warning: integer constant is too large for "long" type by properly postfixing the socket constants. While at it, fix the lines over 80 characters long in the vicinity... Signed-off-by: Sergei Shtylyov Acked-by: Ralf Baechle Signed-off-by: Dominik Brodowski