summaryrefslogtreecommitdiff
path: root/kernel/xpp/card_bri.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/xpp/card_bri.c')
-rw-r--r--kernel/xpp/card_bri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/xpp/card_bri.c b/kernel/xpp/card_bri.c
index 7c344af..d4698d9 100644
--- a/kernel/xpp/card_bri.c
+++ b/kernel/xpp/card_bri.c
@@ -799,7 +799,7 @@ static int bri_proc_create(xbus_t *xbus, xpd_t *xpd)
XPD_ERR(xpd, "Failed to create proc file '%s'\n", PROC_BRI_INFO_FNAME);
goto err;
}
- priv->bri_info->owner = THIS_MODULE;
+ SET_PROC_DIRENTRY_OWNER(priv->bri_info);
#endif
return 0;
err: