hex 175 modules/eyefi.c static u8 hex[32]; hex 178 modules/eyefi.c memset(hex, 0, 32); hex 184 modules/eyefi.c hex[i/2] = (high<<4) | low; hex 187 modules/eyefi.c return hex;