Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289007
b: refs/heads/master
c: 3bdb54f
h: refs/heads/master
i:
  289005: 0c653b5
  289003: 71e476f
  288999: ba6ff35
  288991: 4f21860
v: v3
  • Loading branch information
Víctor Manuel Jáquez Leal authored and Greg Kroah-Hartman committed Feb 9, 2012
1 parent 98800db commit 513ba81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4f8aae5375e429b003a72a37d8ece6e1b99e486e
refs/heads/master: 3bdb54fc548316196f752010a44dd221a220f53b
5 changes: 1 addition & 4 deletions trunk/drivers/staging/tidspbridge/rmgr/drv_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
#endif

/* ----------------------------------- Globals */
#define DRIVER_NAME "DspBridge"
#define DSPBRIDGE_VERSION "0.3"
s32 dsp_debug;

Expand Down Expand Up @@ -121,8 +120,6 @@ MODULE_AUTHOR("Texas Instruments");
MODULE_LICENSE("GPL");
MODULE_VERSION(DSPBRIDGE_VERSION);

static char *driver_name = DRIVER_NAME;

/*
* This function is called when an application opens handle to the
* bridge driver.
Expand Down Expand Up @@ -490,7 +487,7 @@ static int __devinit omap34_xx_bridge_probe(struct platform_device *pdev)
goto err1;

/* use 2.6 device model */
err = alloc_chrdev_region(&dev, 0, 1, driver_name);
err = alloc_chrdev_region(&dev, 0, 1, "DspBridge");
if (err) {
pr_err("%s: Can't get major %d\n", __func__, driver_major);
goto err1;
Expand Down

0 comments on commit 513ba81

Please sign in to comment.