Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107677
b: refs/heads/master
c: 9bd6ceb
h: refs/heads/master
i:
  107675: 02f92da
v: v3
  • Loading branch information
Jean Delvare authored and Linus Torvalds committed Aug 5, 2008
1 parent 6fc5ddf commit 99fd1e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: c213ddf330e29f9d141705444dc45683adbb99b0
refs/heads/master: 9bd6ceb666e76b9a3caefa158827a571ead55b6a
3 changes: 2 additions & 1 deletion trunk/drivers/video/aty/radeon_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ static int radeon_setup_i2c_bus(struct radeon_i2c_chan *chan, const char *name)
{
int rc;

strcpy(chan->adapter.name, name);
snprintf(chan->adapter.name, sizeof(chan->adapter.name),
"radeonfb %s", name);
chan->adapter.owner = THIS_MODULE;
chan->adapter.id = I2C_HW_B_RADEON;
chan->adapter.algo_data = &chan->algo;
Expand Down

0 comments on commit 99fd1e1

Please sign in to comment.