summaryrefslogtreecommitdiffstats
path: root/drivers/hsi/controllers/omap_ssi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hsi/controllers/omap_ssi.c')
-rw-r--r--drivers/hsi/controllers/omap_ssi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hsi/controllers/omap_ssi.c b/drivers/hsi/controllers/omap_ssi.c
index 96a816bfe371..950118a4f490 100644
--- a/drivers/hsi/controllers/omap_ssi.c
+++ b/drivers/hsi/controllers/omap_ssi.c
@@ -179,7 +179,7 @@ struct omap_ssi_controller {
/* OMAP SSI Controller context */
u32 sysconfig;
u32 gdd_gcr;
- u32 (*get_loss)(struct device *dev);
+ int (*get_loss)(struct device *dev);
struct omap_ssi_port **port;
#ifdef CONFIG_DEBUG_FS
struct dentry *dir;