aboutsummaryrefslogtreecommitdiffstats
path: root/atahpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'atahpt.c')
-rw-r--r--atahpt.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/atahpt.c b/atahpt.c
index b1f18f32..1bdf2f76 100644
--- a/atahpt.c
+++ b/atahpt.c
@@ -65,15 +65,15 @@ static int atahpt_shutdown(void *par_data)
}
static const struct par_master par_master_atahpt = {
- .chip_readb = atahpt_chip_readb,
- .chip_readw = fallback_chip_readw,
- .chip_readl = fallback_chip_readl,
- .chip_readn = fallback_chip_readn,
- .chip_writeb = atahpt_chip_writeb,
- .chip_writew = fallback_chip_writew,
- .chip_writel = fallback_chip_writel,
- .chip_writen = fallback_chip_writen,
- .shutdown = atahpt_shutdown,
+ .chip_readb = atahpt_chip_readb,
+ .chip_readw = fallback_chip_readw,
+ .chip_readl = fallback_chip_readl,
+ .chip_readn = fallback_chip_readn,
+ .chip_writeb = atahpt_chip_writeb,
+ .chip_writew = fallback_chip_writew,
+ .chip_writel = fallback_chip_writel,
+ .chip_writen = fallback_chip_writen,
+ .shutdown = atahpt_shutdown,
};
static int atahpt_init(void)