libcamera: Global s/devnode/deviceNode rename
Do not use the abreviated version for members, variables and getter methods. Library-wise rename, no intended functional changes. Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
parent
d18d25bde3
commit
1af83ca6df
11 changed files with 55 additions and 55 deletions
|
@ -55,7 +55,7 @@ class MediaDeviceLinkTest : public Test
|
|||
|
||||
if (dev_->open()) {
|
||||
cerr << "Failed to open media device at "
|
||||
<< dev_->devnode() << endl;
|
||||
<< dev_->deviceNode() << endl;
|
||||
return TestFail;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue