mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
Do not process update requests with unmodified parameters. This typically happens when the driver is called with legacy (non-atomic) IOCTL : in that case atomic_update() is called multiple times with the same parameters. Signed-off-by: Vincent Abriou <vincent.abriou@st.com>