mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
i2c: Fix the comment to match the function described
Use the correct function name in the function description. Signed-off-by: Stefan Roese <sr@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Cc: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
71cbed31f4
commit
a06728c839
1 changed files with 2 additions and 1 deletions
|
|
@ -499,7 +499,8 @@ int i2c_get_chip(struct udevice *bus, uint chip_addr, uint offset_len,
|
||||||
struct udevice **devp);
|
struct udevice **devp);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* i2c_get_chip() - get a device to use to access a chip on a bus number
|
* i2c_get_chip_for_busnum() - get a device to use to access a chip on
|
||||||
|
* a bus number
|
||||||
*
|
*
|
||||||
* This returns the device for the given chip address on a particular bus
|
* This returns the device for the given chip address on a particular bus
|
||||||
* number.
|
* number.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue