Skip to content

Commit

Permalink
local: add waiting_for_supplier to denylist
Browse files Browse the repository at this point in the history
When dumping device attributes, 'waiting_for_supplier' is being included
and that is part of device links and has nothing to do with IIO.

Signed-off-by: Nuno Sá <[email protected]>
  • Loading branch information
nunojsa authored and dNechita committed Jan 30, 2025
1 parent eb401ec commit ba5b2ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions local.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ struct iio_channel_pdata {
static const char * const device_attrs_denylist[] = {
"dev",
"uevent",
"waiting_for_supplier",
};

static const char * const buffer_attrs_reserved[] = {
Expand Down

0 comments on commit ba5b2ff

Please sign in to comment.