Skip to content

Commit

Permalink
staging: tidspbridge: bind driver name to device name
Browse files Browse the repository at this point in the history
Since the device name has changed use the new name to
bind the driver to it.

Signed-off-by: Omar Ramirez Luna <omar.ramirez@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Omar Ramirez Luna authored and Greg Kroah-Hartman committed Oct 7, 2010
1 parent b3164c7 commit 95624b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/staging/tidspbridge/rmgr/drv_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
#include <mach-omap2/omap3-opp.h>
#endif

#define BRIDGE_NAME "C6410"
/* ----------------------------------- Globals */
#define DRIVER_NAME "DspBridge"
#define DSPBRIDGE_VERSION "0.3"
Expand Down Expand Up @@ -465,7 +464,7 @@ static int BRIDGE_RESUME(struct platform_device *pdev)

static struct platform_driver bridge_driver = {
.driver = {
.name = BRIDGE_NAME,
.name = "omap-dsp",
},
.probe = omap34_xx_bridge_probe,
.remove = __devexit_p(omap34_xx_bridge_remove),
Expand Down

0 comments on commit 95624b2

Please sign in to comment.