Skip to content

Commit c02a3ae

Browse files
committed
dmaengine: sdxi: Remove sdxi_cxt_sts_state()
It's only user was a debug statement that is gone now. Signed-off-by: Nathan Lynch <nathan.lynch@amd.com>
1 parent 6f3dc0a commit c02a3ae

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • drivers/dma/sdxi

drivers/dma/sdxi/hw.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,6 @@ enum cxt_sts_state {
108108
CXTV_ERR_FN = 0xf,
109109
};
110110

111-
static inline enum cxt_sts_state sdxi_cxt_sts_state(const struct sdxi_cxt_sts *sts)
112-
{
113-
return FIELD_GET(SDXI_CXT_STS_STATE, READ_ONCE(sts->state));
114-
}
115-
116111
/* SDXI 1.0 Table 3-7: AKey Table Entry (AKEY_ENT) */
117112
struct sdxi_akey_ent {
118113
__le16 intr_num;

0 commit comments

Comments
 (0)