aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/core/ue_deh.c
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2010-07-04 09:36:23 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-07-08 16:34:53 -0400
commitb3d23688a15c4c332942f9428e0d708e7362e29e (patch)
treec2a7e5eca57aef6c1f85df675e50655ab50b5987 /drivers/staging/tidspbridge/core/ue_deh.c
parent94e7e5260723870329f04b0bd8eeb41322895bf1 (diff)
staging: ti dspbridge: prefix configs with TIDSPBRIDGE
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/tidspbridge/core/ue_deh.c')
-rw-r--r--drivers/staging/tidspbridge/core/ue_deh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/tidspbridge/core/ue_deh.c b/drivers/staging/tidspbridge/core/ue_deh.c
index f73604fefa4..2bdf92e7657 100644
--- a/drivers/staging/tidspbridge/core/ue_deh.c
+++ b/drivers/staging/tidspbridge/core/ue_deh.c
@@ -250,7 +250,7 @@ void bridge_deh_notify(struct deh_mgr *deh, int event, int info)
250 /* Filter subsequent notifications when an error occurs */ 250 /* Filter subsequent notifications when an error occurs */
251 if (dev_context->dw_brd_state != BRD_ERROR) { 251 if (dev_context->dw_brd_state != BRD_ERROR) {
252 ntfy_notify(deh->ntfy_obj, event); 252 ntfy_notify(deh->ntfy_obj, event);
253#ifdef CONFIG_BRIDGE_RECOVERY 253#ifdef CONFIG_TIDSPBRIDGE_RECOVERY
254 bridge_recover_schedule(); 254 bridge_recover_schedule();
255#endif 255#endif
256 } 256 }