forked from len0rd/rockbox
Merely correct a comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25802 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5edcb11f44
commit
4048a1cf4b
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ static void enable_dptc(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Called after final PMIC read is completed */
|
/* Called after asynchronous PMIC write is completed */
|
||||||
static void dptc_transfer_done_callback(struct spi_transfer_desc *xfer)
|
static void dptc_transfer_done_callback(struct spi_transfer_desc *xfer)
|
||||||
{
|
{
|
||||||
if (xfer->count != 0)
|
if (xfer->count != 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue