|
@@ -455,8 +455,8 @@ static int as3645a_detect(struct as3645a *flash)
|
|
|
|
|
|
|
|
/* Verify the chip model and version. */
|
|
/* Verify the chip model and version. */
|
|
|
if (model != 0x01 || rfu != 0x00) {
|
|
if (model != 0x01 || rfu != 0x00) {
|
|
|
- dev_err(dev, "AS3645A not detected "
|
|
|
|
|
- "(model %d rfu %d)\n", model, rfu);
|
|
|
|
|
|
|
+ dev_err(dev, "AS3645A not detected (model %d rfu %d)\n",
|
|
|
|
|
+ model, rfu);
|
|
|
return -ENODEV;
|
|
return -ENODEV;
|
|
|
}
|
|
}
|
|
|
|
|
|