Merge tag 'sound-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
[firefly-linux-kernel-4.4.55.git] / net / caif / cffrml.c
index d3ca87bf23b7ff952a428b367f6ad525382e6740..0a7df7ef062d9605515d973c197f26b522fed0bd 100644 (file)
@@ -177,14 +177,14 @@ void cffrml_put(struct cflayer *layr)
 {
        struct cffrml *this = container_obj(layr);
        if (layr != NULL && this->pcpu_refcnt != NULL)
-               irqsafe_cpu_dec(*this->pcpu_refcnt);
+               this_cpu_dec(*this->pcpu_refcnt);
 }
 
 void cffrml_hold(struct cflayer *layr)
 {
        struct cffrml *this = container_obj(layr);
        if (layr != NULL && this->pcpu_refcnt != NULL)
-               irqsafe_cpu_inc(*this->pcpu_refcnt);
+               this_cpu_inc(*this->pcpu_refcnt);
 }
 
 int cffrml_refcnt_read(struct cflayer *layr)