alistair23-linux/drivers/media/i2c/adv748x
Geert Uytterhoeven 0ff6c131c8 media: i2c: adv748x: Restore full DT paths in kernel messages
As of_node_full_name() now returns only the basename, the endpoint
information printed became useless:

    adv748x 4-0070: Endpoint endpoint on port 7
    adv748x 4-0070: Endpoint endpoint on port 8
    adv748x 4-0070: Endpoint endpoint on port 10
    adv748x 4-0070: Endpoint endpoint on port 11

Restore the old behavior by using "%pOF" instead:

    adv748x 4-0070: Endpoint /soc/i2c@e66d8000/video-receiver@70/port@7/endpoint on port 7
    adv748x 4-0070: Endpoint /soc/i2c@e66d8000/video-receiver@70/port@8/endpoint on port 8
    adv748x 4-0070: Endpoint /soc/i2c@e66d8000/video-receiver@70/port@10/endpoint on port 10
    adv748x 4-0070: Endpoint /soc/i2c@e66d8000/video-receiver@70/port@11/endpoint on port 11

Fixes: a7e4cfb0a7 ("of/fdt: only store the device node basename in full_name")

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Acked-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2017-12-08 11:27:46 -05:00
..
adv748x-afe.c media: i2c: adv748x: Store the pixel rate ctrl on CSI objects 2017-12-08 10:03:00 -05:00
adv748x-core.c media: i2c: adv748x: Restore full DT paths in kernel messages 2017-12-08 11:27:46 -05:00
adv748x-csi2.c media: i2c: adv748x: Store the pixel rate ctrl on CSI objects 2017-12-08 10:03:00 -05:00
adv748x-hdmi.c media: i2c: adv748x: add adv748x driver 2017-07-19 16:35:31 -04:00
adv748x.h media: i2c: adv748x: Store the pixel rate ctrl on CSI objects 2017-12-08 10:03:00 -05:00
Makefile media: i2c: adv748x: add adv748x driver 2017-07-19 16:35:31 -04:00