Skip to content

Commit

Permalink
Merge pull request #86 from Holzhaus/odroidc-3.10.y
Browse files Browse the repository at this point in the history
[aml/vh264] Fixed typo in printk message
  • Loading branch information
mdrjr committed Feb 25, 2015
2 parents 3de8132 + 344a05d commit 847bf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/amlogic/amports/vh264.c
Original file line number Diff line number Diff line change
Expand Up @@ -1703,7 +1703,7 @@ static s32 vh264_init(void)
};

if(!firmwareloaded){
printk("start load orignal firmware ...\n");
printk("start load original firmware ...\n");
if (amvdec_loadmc(vh264_mc) < 0) {
amvdec_disable();
return -EBUSY;
Expand Down

0 comments on commit 847bf0f

Please sign in to comment.