diff --git a/[refs] b/[refs] index bf9845bd6389..703a72d6b802 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dd09979346813357200adf71b07003fc0a778089 +refs/heads/master: fb281c2d6910b56223bcfa78e140689273727eca diff --git a/trunk/drivers/staging/crystalhd/crystalhd_hw.c b/trunk/drivers/staging/crystalhd/crystalhd_hw.c index 88b538bfe7e3..e617d2fcbb1f 100644 --- a/trunk/drivers/staging/crystalhd/crystalhd_hw.c +++ b/trunk/drivers/staging/crystalhd/crystalhd_hw.c @@ -767,7 +767,7 @@ static enum BC_STATUS crystalhd_hw_fill_desc(struct crystalhd_dio_req *ioreq, crystalhd_hw_dump_desc(desc, last_desc_ix, 1); if (count != xfr_sz) { - BCMLOG_ERR("interal error sz curr:%x exp:%x\n", count, xfr_sz); + BCMLOG_ERR("internal error sz curr:%x exp:%x\n", count, xfr_sz); return BC_STS_ERROR; }