> +static u64 debugfs_s8_get(void *data) > struct simple_attr { > - u64 (*get)(void *); > + unsigned long long (*get)(void *); That seems wrong. Wouldn't you have to declare all the _get functions with unsigned long long too now to avoid trouble on systems where u64 != unsigned long long? johannes
Attachment:
signature.asc
Description: This is a digitally signed message part
- Follow-Ups:
- [PATCH v5 7/8] debugfs: allow access to signed values
- From: Stefano Brivio <[email protected]>
- [PATCH v4 7/8] debugfs: allow access to signed values
- From: Stefano Brivio <[email protected]>
- [PATCH v5 7/8] debugfs: allow access to signed values
- References:
- [PATCH v3 7/8] debugfs: allow access to signed values
- From: Stefano Brivio <[email protected]>
- [PATCH v3 7/8] debugfs: allow access to signed values
- Prev by Date: Re: [PATCH v2 0/6] atmel_serial: Cleanups, irq handler splitup & DMA
- Next by Date: Re: [patch 17/20] non-reclaimable mlocked pages
- Previous by thread: [PATCH v4 7/8] debugfs: allow access to signed values
- Next by thread: [PATCH v4 7/8] debugfs: allow access to signed values
- Index(es):