Skip to content
Snippets Groups Projects
Commit 918e3467 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

mpc8260/i2c.c: replace PRINTD() by debug()


This also fixes some GCC 4.6 build warnings like:
i2c.c: In function 'i2c_init':
i2c.c:221:26: warning: variable 'txbd' set but not used
[-Wunused-but-set-variable]
i2c.c:221:19: warning: variable 'rxbd' set but not used
[-Wunused-but-set-variable]

Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
Cc: Heiko Schocher <hs@denx.de>
parent 86ba9255
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment