Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366534
b: refs/heads/master
c: f1065c9
h: refs/heads/master
v: v3
  • Loading branch information
Syam Sidhardhan authored and Mauro Carvalho Chehab committed Mar 18, 2013
1 parent 87269bf commit c45bb9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 18552ea1322e218b43f7692d9358c930a6d81df1
refs/heads/master: f1065c964869aecd5af04291476c358fd5ab9a8f
3 changes: 1 addition & 2 deletions trunk/drivers/media/tuners/tuner-xc2028.c
Original file line number Diff line number Diff line change
Expand Up @@ -1378,8 +1378,7 @@ static int xc2028_set_config(struct dvb_frontend *fe, void *priv_cfg)
* For the firmware name, keep a local copy of the string,
* in order to avoid troubles during device release.
*/
if (priv->ctrl.fname)
kfree(priv->ctrl.fname);
kfree(priv->ctrl.fname);
memcpy(&priv->ctrl, p, sizeof(priv->ctrl));
if (p->fname) {
priv->ctrl.fname = kstrdup(p->fname, GFP_KERNEL);
Expand Down

0 comments on commit c45bb9e

Please sign in to comment.